chore: setup project for production
This commit is contained in:
16
app/policies/refund-policy/page.jsx
Normal file
16
app/policies/refund-policy/page.jsx
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
import RefundPolicy from "@/components/refund-policy/RefundPolicy";
|
||||
import React from "react";
|
||||
|
||||
export const metadata = {
|
||||
title: "Refund Policy",
|
||||
};
|
||||
const Page = () => {
|
||||
return (
|
||||
<div>
|
||||
<RefundPolicy />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Page;
|
||||
Reference in New Issue
Block a user