Update import package name to V2 (#1693)

pull/1695/head
Greg Knapp 9 months ago committed by GitHub
parent 532622d8b2
commit 01c913e83e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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");

Loading…
Cancel
Save