From f2ee0bee79f9013aa1cb34b986bfe02608462a30 Mon Sep 17 00:00:00 2001 From: Wouter van Veelen Date: Sat, 20 Dec 2025 02:35:29 +0100 Subject: [PATCH] fix routing defaults --- src/App.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index eec37ad..8612763 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -15,11 +15,12 @@ function App() { - } /> + } /> } /> } /> } /> } /> + } />