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