first commit

This commit is contained in:
Samandar Turgunboyev
2025-12-15 18:50:22 +05:00
parent 55163536b8
commit 367a6c4749
10 changed files with 30 additions and 20 deletions

View File

@@ -1,10 +1,11 @@
import OrderPage from '@/features/cart/ui/OrderPage';
import { Suspense } from 'react';
const page = () => {
return (
<div>
<Suspense>
<OrderPage />
</div>
</Suspense>
);
};