aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/main.jsx
blob: adb14bf4de4cf7b05748e19c76e4bdab38f918e6 (plain)
1
2
3
4
5
6
import { render } from "preact";
import { App } from "./app";
import "./style.css";

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