10 lines
214 B
TypeScript
10 lines
214 B
TypeScript
/* @refresh reload */
|
|
// import { render } from 'solid-js/web';
|
|
|
|
import './index.css';
|
|
// import App from './App';
|
|
|
|
import './components';
|
|
|
|
// render(() => <App />, document.getElementById('root') as HTMLElement);
|