diff --git a/src/routes.tsx b/src/routes.tsx index b2f8f6b..8025142 100644 --- a/src/routes.tsx +++ b/src/routes.tsx @@ -8,8 +8,6 @@ const Landing = lazy(() => import('./pages/landing')); const OrderForm = lazy(() => import('./pages/order-form')); const OrderView = lazy(() => import('./pages/order-view')); -//test - const Routers = () => { return ( }>