summaryrefslogtreecommitdiff
path: root/src/main.tsx
blob: 43494a26ee8b3982af6687afb38c9b1a0943322d (plain)
1
2
3
4
5
6
import { render } from "preact";
import { App } from "./app";

import 'temporal-polyfill/global'

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