feat: delete word test(#22)
Some checks are pending
it-academy/dry-wash-pl/pipeline/pr-main Build started...
it-academy/dry-wash-pl/pipeline/head This commit looks good

This commit is contained in:
Ильназ 2024-11-16 18:17:42 +03:00
parent 1839136c9f
commit 5d208b1fc5

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