Files
ai-agent/web/app/legal/privacy/page.tsx
T

6 lines
158 B
TypeScript
Raw Normal View History

import { LegalDocumentPage } from "@/components/legal-document-page"
export default function PrivacyPage() {
return <LegalDocumentPage type="privacy" />
}