api call ssr landing + latest product + ...
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import CartSummary from '@/components/CartSummary'
|
||||
import withLayout from '@/hoc/withLayout'
|
||||
import Layout from '@/hoc/Layout'
|
||||
import { NextPage } from 'next'
|
||||
import CartItem from '../components/CartItem'
|
||||
import TitleBack from '../components/TitleBack'
|
||||
@@ -46,4 +46,10 @@ const CartShipping: NextPage = () => {
|
||||
)
|
||||
}
|
||||
|
||||
export default withLayout(CartShipping)
|
||||
export default function CartShippingWithLayout() {
|
||||
return (
|
||||
<Layout>
|
||||
<CartShipping />
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user