Update import package name to V2 (#1693)

This commit is contained in:
Greg Knapp
2024-08-27 11:34:23 +01:00
committed by GitHub
parent 532622d8b2
commit 01c913e83e
+1 -1
View File
@@ -60,7 +60,7 @@ fn main() {
Afterwards all the plugin's APIs are available through the JavaScript guest bindings:
```typescript
import { Store } from "tauri-plugin-store-api";
import { Store } from "@tauri-apps/plugin-store";
const store = new Store(".settings.dat");