feat: add legal pages for Terms of Service and Privacy Policy with localization support
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { LegalDocumentPage } from "@/components/legal-document-page"
|
||||
|
||||
export default function PrivacyPage() {
|
||||
return <LegalDocumentPage type="privacy" />
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
import { LegalDocumentPage } from "@/components/legal-document-page"
|
||||
|
||||
export default function TermsPage() {
|
||||
return <LegalDocumentPage type="terms" />
|
||||
}
|
||||
Reference in New Issue
Block a user