feat: delete word test(#22)
This commit is contained in:
parent
1839136c9f
commit
5d208b1fc5
@ -8,8 +8,6 @@ const Landing = lazy(() => import('./pages/landing'));
|
|||||||
const OrderForm = lazy(() => import('./pages/order-form'));
|
const OrderForm = lazy(() => import('./pages/order-form'));
|
||||||
const OrderView = lazy(() => import('./pages/order-view'));
|
const OrderView = lazy(() => import('./pages/order-view'));
|
||||||
|
|
||||||
//test
|
|
||||||
|
|
||||||
const Routers = () => {
|
const Routers = () => {
|
||||||
return (
|
return (
|
||||||
<Suspense fallback={<PageSpinner />}>
|
<Suspense fallback={<PageSpinner />}>
|
||||||
|
Loading…
Reference in New Issue
Block a user