Files
solidjs-templates/ts/src/index.tsx
T
2021-02-20 16:46:23 +01:00

7 lines
144 B
TypeScript

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