Skip to content

Commit

Permalink
fix startup
Browse files Browse the repository at this point in the history
  • Loading branch information
gorillamoe committed Jul 5, 2024
1 parent b055986 commit eff009a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/renderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ import '@fortawesome/fontawesome-free/css/all.min.css';
import 'bulma/css/bulma.min.css';
import './index.css';

import { GUI } from './components/GUI';

const rootNode = document.getElementById('root') as HTMLElement;

createRoot(rootNode).render(
<React.StrictMode>
<GUI />
</React.StrictMode>,
)

0 comments on commit eff009a

Please sign in to comment.