removing junk

This commit is contained in:
talksik
2022-05-28 05:07:33 -05:00
parent 061ac8862f
commit 153964fac2
2 changed files with 0 additions and 4 deletions
-3
View File
@@ -8,9 +8,6 @@ import { SnackbarProvider } from 'notistack';
import { NirvanaTheme } from './mui/NirvanaTheme';
import { ElectronProvider } from './providers/ElectronProvider';
import { AuthProvider } from './providers/AuthProvider';
import realmApp from './realm/connect';
realmApp;
const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement);
root.render(
-1
View File
@@ -26,7 +26,6 @@ const createWindow = (): void => {
...DEFAULT_APP_PRESET,
webPreferences: {
preload: MAIN_WINDOW_PRELOAD_WEBPACK_ENTRY,
nodeIntegration: true,
},
// titleBarStyle: "hiddenInset",
frame: false,