Initial commit
This commit is contained in:
5
src/main.tsx
Normal file
5
src/main.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { render } from "preact";
|
||||
import { App } from "./app.tsx";
|
||||
import "./index.scss";
|
||||
|
||||
render(<App />, document.getElementById("app")!);
|
||||
Reference in New Issue
Block a user