Files
appwrite-generated-ui/src/index.tsx
2022-08-13 00:41:31 -06:00

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);