adding styling and other things basic like constants for electron

This commit is contained in:
talksik
2022-05-27 20:30:43 -05:00
parent 64486bc1ca
commit 7e40949fc8
7 changed files with 130 additions and 12 deletions
+1 -1
View File
@@ -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>