mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-21 11:26:15 +02:00
chore(store): Fix import in readme example, closes #289
This commit is contained in:
@@ -75,7 +75,7 @@ Values added to the store are not persisted between application loads unless:
|
||||
You can also access Stores from Rust, you can create new stores:
|
||||
|
||||
```rust
|
||||
use tauri_plugin_store::store::StoreBuilder;
|
||||
use tauri_plugin_store::StoreBuilder;
|
||||
use serde_json::json;
|
||||
|
||||
fn main() {
|
||||
|
||||
Reference in New Issue
Block a user