summaryrefslogtreecommitdiffhomepage
path: root/frontend/src/dom.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/dom.tsx')
-rw-r--r--frontend/src/dom.tsx4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/dom.tsx b/frontend/src/dom.tsx
new file mode 100644
index 000000000..f7bd13f90
--- /dev/null
+++ b/frontend/src/dom.tsx
@@ -0,0 +1,4 @@
+import ReactDOM from "react-dom";
+import { Entrance } from ".";
+
+ReactDOM.render(<Entrance />, document.getElementById("root"));