Fix white screen

This commit is contained in:
Gregory Schier
2024-09-02 12:52:42 -07:00
parent 0bfafb284a
commit e6d7f4a928

View File

@@ -1,4 +1,5 @@
import { getCurrentWebviewWindow } from '@tauri-apps/api/webviewWindow';
import { attachConsole } from '@tauri-apps/plugin-log';
import { type } from '@tauri-apps/plugin-os';
import { StrictMode } from 'react';
import { createRoot } from 'react-dom/client';