adding styling and other things basic like constants for electron
This commit is contained in:
@@ -2,7 +2,7 @@ import * as React from 'react';
|
||||
|
||||
import ReactDOM from "react-dom/client";
|
||||
|
||||
const root = ReactDOM.createRoot(document.body as HTMLElement);
|
||||
const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement);
|
||||
|
||||
root.render(
|
||||
<React.StrictMode>
|
||||
|
||||
Reference in New Issue
Block a user