feat: delete word test()

This commit is contained in:
Ильназ 2024-11-16 18:17:42 +03:00
parent 1839136c9f
commit 5d208b1fc5

@ -8,8 +8,6 @@ const Landing = lazy(() => import('./pages/landing'));
const OrderForm = lazy(() => import('./pages/order-form')); const OrderForm = lazy(() => import('./pages/order-form'));
const OrderView = lazy(() => import('./pages/order-view')); const OrderView = lazy(() => import('./pages/order-view'));
//test
const Routers = () => { const Routers = () => {
return ( return (
<Suspense fallback={<PageSpinner />}> <Suspense fallback={<PageSpinner />}>