adding core and i think it worked?

This commit is contained in:
talksik
2022-05-28 13:52:23 -05:00
parent eb470aeb51
commit 1e21941c77
7 changed files with 35 additions and 16 deletions
+3
View File
@@ -10,6 +10,9 @@ import { ElectronProvider } from './providers/ElectronProvider';
import { AuthProvider } from './providers/AuthProvider';
import ErrorParent from './providers/ErrorBoundary';
import { connectCore } from '@nirvana/core/src/index';
connectCore();
const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement);
root.render(