File size: 135 Bytes
b7d4394
 
 
 
 
1
2
3
4
5
6
import { render } from "preact";
import { App } from "./App";
import "./index.css";

render(<App />, document.getElementById("app")!);