mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 12:24:18 +00:00
remove: DeliveryAndPolicyPage
This commit is contained in:
parent
7fa5e6cd3a
commit
023087048e
12
pages/delivery-policy.tsx
Normal file
12
pages/delivery-policy.tsx
Normal file
@ -0,0 +1,12 @@
|
||||
import { Layout } from "src/components/common"
|
||||
import { DeliveryAndPolicyContent, DeliveryAndPolicyBreadCrumb } from "src/components/modules/delivery-policy"
|
||||
|
||||
export default function DeliveryAndPolicyPage () {
|
||||
return (
|
||||
<>
|
||||
<DeliveryAndPolicyBreadCrumb />
|
||||
<DeliveryAndPolicyContent />
|
||||
</>
|
||||
)
|
||||
}
|
||||
DeliveryAndPolicyPage.Layout = Layout
|
@ -7,8 +7,8 @@ const CRUMB_DATA = [
|
||||
name: "Home"
|
||||
},
|
||||
{
|
||||
link: "/blog",
|
||||
name: "Blog"
|
||||
link: "/delivery-policy",
|
||||
name: "Delivery And Policy"
|
||||
}
|
||||
]
|
||||
const DeliveryAndPolicyBreadCrumb = () => {
|
||||
|
@ -1,12 +0,0 @@
|
||||
import DeliveryAndPolicyBreadCrumb from "../DeliveryAndPolicyBreadCrumb/DeliveryAndPolicyBreadCrumb"
|
||||
import DeliveryAndPolicyContent from "../DeliveryAndPolicyContent/DeliveryAndPolicyContent"
|
||||
|
||||
const DeliveryAndPolicyPage = () => {
|
||||
return (
|
||||
<>
|
||||
<DeliveryAndPolicyBreadCrumb />
|
||||
<DeliveryAndPolicyContent />
|
||||
</>
|
||||
)
|
||||
}
|
||||
export default DeliveryAndPolicyPage
|
Loading…
x
Reference in New Issue
Block a user