mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
remove: DeliveryAndPolicyPage
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user