aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-02-21 14:59:59 +1100
committerNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-02-21 14:59:59 +1100
commit2e7b4983ac56b2e146df6bc23f8835d945b55997 (patch)
treef656382054d08c07e53c9c99de82aec271db0d16 /src
parent743224a3dd3b9573599f04fad0e4fd141df32ec5 (diff)
Fix render call
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 />);