reminder-bot/reminder-dashboard/src/index.tsx

5 lines
123 B
TypeScript
Raw Normal View History

2024-02-24 16:10:25 +00:00
import { render } from "preact";
import { App } from "./components/App";
render(<App />, document.getElementById("app"));