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

6 lines
154 B
TypeScript

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