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

pull/290/head
Fabian-Lars 2 years ago committed by GitHub
parent 5a6abd3203
commit 14b67bef54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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() {

Loading…
Cancel
Save