first commit
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import OrderPage from '@/features/cart/ui/OrderPage';
|
||||
import { Suspense } from 'react';
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
<div>
|
||||
<Suspense>
|
||||
<OrderPage />
|
||||
</div>
|
||||
</Suspense>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user