Add dashboard to build
This commit is contained in:
4
reminder-dashboard/src/index.tsx
Normal file
4
reminder-dashboard/src/index.tsx
Normal file
@ -0,0 +1,4 @@
|
||||
import { render } from "preact";
|
||||
import { App } from "./components/App";
|
||||
|
||||
render(<App />, document.getElementById("app"));
|
Reference in New Issue
Block a user