feat: test (#22)
All checks were successful
it-academy/dry-wash-pl/pipeline/head This commit looks good

This commit is contained in:
Ильназ 2024-11-10 19:05:48 +03:00
parent 413181617b
commit 9c88f4b0ab

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 />}>