fix: update Dockerfile and remove .next from git
This commit is contained in:
11
app/(marketing)/privacy/page.tsx
Normal file
11
app/(marketing)/privacy/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
"use client";
|
||||
|
||||
import PrivacyPolicy from '@/components/PrivacyPolicy';
|
||||
|
||||
export default function Privacy() {
|
||||
return (
|
||||
<main>
|
||||
<PrivacyPolicy />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user