From 8701194b2a0a56d03726762f1cf92948954c0d52 Mon Sep 17 00:00:00 2001 From: ilnaz <237x237@gmail.com> Date: Sun, 10 Nov 2024 19:05:48 +0300 Subject: [PATCH] feat: test (#22) --- src/routes.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes.tsx b/src/routes.tsx index ab2dbfa..e098444 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 ( }>