chore: setup project for production
This commit is contained in:
11
app/policies/terms-of-services/page.jsx
Normal file
11
app/policies/terms-of-services/page.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import TermsOfService from "@/components/terms-services/TermsOfService";
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
<div>
|
||||
<TermsOfService />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default page;
|
||||
Reference in New Issue
Block a user