initial commit - code moved to separate repo
This commit is contained in:
15
pages/privacy.tsx
Normal file
15
pages/privacy.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
// pages/PrivacyPolicyPage.jsx
|
||||
import React from 'react';
|
||||
import PrivacyPolicyContainer from '../components/privacy-policy/PrivacyPolicyContainer';
|
||||
import Layout from "../components/layout"
|
||||
|
||||
function PrivacyPolicyPage() {
|
||||
return (<Layout>
|
||||
<div>
|
||||
<PrivacyPolicyContainer />
|
||||
</div>
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
||||
export default PrivacyPolicyPage;
|
||||
Reference in New Issue
Block a user