diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-21 14:59:59 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-21 14:59:59 +1100 |
| commit | 2e7b4983ac56b2e146df6bc23f8835d945b55997 (patch) | |
| tree | f656382054d08c07e53c9c99de82aec271db0d16 | |
| parent | 743224a3dd3b9573599f04fad0e4fd141df32ec5 (diff) | |
Fix render call
| -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 />); |
