feature/page404 #27
@ -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 />}>
|
||||
|
Loading…
Reference in New Issue
Block a user