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 5d208b1fc5 - Show all commits

View File

@ -8,8 +8,6 @@ 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 />}>