aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/index.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.jsx b/src/index.jsx
index e0f355b..2160d89 100644
--- a/src/index.jsx
+++ b/src/index.jsx
@@ -22,4 +22,4 @@ function BrowserRoutes() {
const r = document.getElementById("root");
const root = createRoot(r);
-root.render();
+root.render(<BrowserRoutes />);