tutu/src/index.tsx
thislight 2a47403c7b
All checks were successful
/ depoly (push) Successful in 1m25s
add normalize.css
2024-10-30 14:13:19 +08:00

4 lines
125 B
TypeScript

import { render } from "solid-js/web";
import App from "./App.js";
render(() => <App />, document.getElementById("root")!);