From 593ebf9595097719aa54d895ad990f795ecd2d55 Mon Sep 17 00:00:00 2001 From: Dosseh91 <98787470+Dosseh91@users.noreply.github.com> Date: Wed, 17 Dec 2025 22:05:12 +0100 Subject: [PATCH] Add registration route to App component Added a route for the registration page. --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index 3bc7294..da56309 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -59,6 +59,7 @@ function App() { } /> } /> } /> + } /> {/* ADD THIS LINE - The fix for your button */} } />