diff --git a/src/App.tsx b/src/App.tsx index 3c7b0a7..1e70851 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,28 +11,22 @@ const router = createBrowserRouter([ { path: "/", element: ( - - - - - + + + ), errorElement: ( - - - - - + + + ), }, { path: "/Products", element: ( - - - - - + + + ), }, ]);