refactor: remove window and app plugins (#671)

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
This commit is contained in:
Amr Bashir
2023-10-19 23:17:09 +00:00
committed by GitHub
co-authored by Lucas Nogueira
parent 0e642e68de
commit b7c5407cac
59 changed files with 6 additions and 4499 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<script>
import { getCurrent } from "@tauri-apps/plugin-window";
import { getCurrent } from "@tauri-apps/api/window";
import { invoke } from "@tauri-apps/api/tauri";
import { onMount, onDestroy } from "svelte";