feat: delete word test(#22)
Some checks failed
it-academy/dry-wash-pl/pipeline/pr-main There was a failure building this commit
Some checks failed
it-academy/dry-wash-pl/pipeline/pr-main There was a failure building this commit
This commit is contained in:
parent
913503b88b
commit
b769a2719b
@ -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