Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored and tauri-bot committed Nov 20, 2023
1 parent 5811941 commit 6781cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/guides/upgrade-migrate/from-tauri-1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The `@tauri-apps/api/tauri` module was renamed to `@tauri-apps/api/primitives`.
Simply rename the module import:

```diff
- import { invoke } from "@tauri-apps/api/tauri"
- import { invoke } from "@tauri-apps/api/tauri"
+ import { invoke } from "@tauri-apps/api/primitives"
```

Expand Down

0 comments on commit 6781cbc

Please sign in to comment.