chore(store): Fix import in readme example, closes #289

This commit is contained in:
Fabian-Lars
2023-03-24 15:53:41 +01:00
committed by GitHub
parent 5a6abd3203
commit 14b67bef54
+1 -1
View File
@@ -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() {