From 56c81c5e870a6d1ae10cc52a17d9fa34b4f298be Mon Sep 17 00:00:00 2001 From: vitalijmulika Date: Wed, 29 Apr 2026 13:54:57 +0300 Subject: [PATCH] Bob AI: Update the routing configuration to include the new About an --- src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 8dbd4ad..6fb188b 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,6 +5,7 @@ import Contact from './pages/Contact'; import Policy from './pages/Policy'; import Terms from './pages/Terms'; import About from './pages/About'; +import Menu from './pages/Menu'; export default function App() { return ( @@ -12,6 +13,7 @@ export default function App() { }> } /> } /> + } /> } /> } /> } />