diff options
| -rw-r--r-- | src/index.jsx | 2 |
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 />); |
