We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca5ffc commit 9031b62Copy full SHA for 9031b62
js/app.ts
@@ -1,7 +1,7 @@
1
import { Elm } from '../elm/Main'
2
import { open } from '@tauri-apps/api/dialog'
3
import { readTextFile, writeFile } from '@tauri-apps/api/fs'
4
-import { exit } from '@tauri-apps/api/app'
+import { exit } from '@tauri-apps/api/process'
5
import { register } from '@tauri-apps/api/globalShortcut'
6
import logo from './assets/logo.png'
7
0 commit comments