chore: heygermany customer project
This commit is contained in:
11
apps/website/views/[lang]/legal/privacy/page.tsx
Normal file
11
apps/website/views/[lang]/legal/privacy/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import Content from './content.mdx'
|
||||
import { useMDXComponents } from '@/mdx-components'
|
||||
import { Container } from '@pikku/mantine/core'
|
||||
|
||||
export default function PrivacyPage() {
|
||||
return (
|
||||
<Container size="xl" mt="xl">
|
||||
<Content components={useMDXComponents({})} />
|
||||
</Container>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user