Fix white screen

This commit is contained in:
Gregory Schier
2024-09-02 12:52:42 -07:00
parent 155d0ce3ba
commit 3e8c556999

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';