feat: test (#22)

This commit is contained in:
Ильназ 2024-11-10 19:05:48 +03:00
parent 18ca96bfe9
commit a6ec94785a

View File

@ -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 (
<Suspense fallback={<PageSpinner />}>