Merge branch 'bugfix_build_error' into develop

This commit is contained in:
Sakamoto Shiina
2025-05-11 17:49:08 +09:00

View File

@@ -5,7 +5,7 @@ import "./_index_css/root.css";
import { getCurrentWindow } from "@tauri-apps/api/window"; import { getCurrentWindow } from "@tauri-apps/api/window";
import { store } from "@store"; import { store } from "@store";
store.appWindow = await getCurrentWindow(); store.appWindow = getCurrentWindow();
import { App } from "./App"; import { App } from "./App";