feat: init commit.
This commit is contained in:
7
src/index.tsx
Normal file
7
src/index.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
/* @refresh reload */
|
||||
import { render } from "solid-js/web";
|
||||
|
||||
import "./styles.css";
|
||||
import App from "./App";
|
||||
|
||||
render(() => <App />, document.getElementById("root") as HTMLElement);
|
Reference in New Issue
Block a user