diff --git a/src/app/profile/orders/[id]/page.tsx b/src/app/profile/orders/[id]/page.tsx index 12142e5..b8d78ee 100644 --- a/src/app/profile/orders/[id]/page.tsx +++ b/src/app/profile/orders/[id]/page.tsx @@ -13,6 +13,7 @@ import Select from '@/components/Select' import Input from '@/components/Input' import withLayout from '@/hoc/withLayout' import Image from 'next/image' +import Menu from '../../components/Menu' // Mock data const mockOrderDetail = { @@ -134,7 +135,10 @@ const OrderDetail: FC = () => { return (
-
+ + + +