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