feature/page404 #27

Merged
237x237 merged 3 commits from feature/page404 into main 2024-11-17 11:17:54 +03:00
Showing only changes of commit a6ec94785a - Show all commits

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