tutu/src/index.tsx

6 lines
150 B
TypeScript
Raw Normal View History

2024-07-14 20:28:44 +08:00
import {render} from 'solid-js/web'
import App from './App.js'
import "./material/theme.css"
render(() => <App />, document.getElementById("root")!)