🎉 First commit !!!
This commit is contained in:
7
frontend/src/index.tsx
Normal file
7
frontend/src/index.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
/* @refresh reload */
|
||||
import { render } from 'solid-js/web';
|
||||
|
||||
import './index.css';
|
||||
import App from './App';
|
||||
|
||||
render(() => (<App/>), document.getElementById('root') as HTMLElement);
|
Reference in New Issue
Block a user