From 86b0cc87ec65f8a54468ef120fa3643bc74cd676 Mon Sep 17 00:00:00 2001 From: Dosseh91 <98787470+Dosseh91@users.noreply.github.com> Date: Wed, 17 Dec 2025 22:08:25 +0100 Subject: [PATCH] Add route for categories in App.tsx --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index da56309..172b39f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -57,10 +57,10 @@ function App() { {/* Public routes */} } /> } /> + } /> } /> } /> } /> - {/* ADD THIS LINE - The fix for your button */} } />