chore: heygermany customer project
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import Content from './content.mdx'
|
||||
import { useMDXComponents } from '@/mdx-components'
|
||||
import { Container } from '@pikku/mantine/core'
|
||||
|
||||
export default function TermsPage() {
|
||||
return (
|
||||
<Container size="xl" mt="xl">
|
||||
<Content components={useMDXComponents({})} />
|
||||
</Container>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user