api call ssr landing + latest product + ...
This commit is contained in:
@@ -11,7 +11,7 @@ import { Button } from '@/components/ui/button'
|
||||
import Modal from '@/components/Modal'
|
||||
import Select from '@/components/Select'
|
||||
import Input from '@/components/Input'
|
||||
import withLayout from '@/hoc/withLayout'
|
||||
import Layout from '@/hoc/Layout'
|
||||
import Image from 'next/image'
|
||||
import Menu from '../../components/Menu'
|
||||
|
||||
@@ -418,4 +418,10 @@ const OrderDetail: FC = () => {
|
||||
)
|
||||
}
|
||||
|
||||
export default withLayout(OrderDetail)
|
||||
export default function OrderDetailWithLayout() {
|
||||
return (
|
||||
<Layout>
|
||||
<OrderDetail />
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user