import { Layout } from '@components/common' import { Text } from '@components/ui' export default function Contact() { return (
Contact The requested page doesn't exist or you don't have access to it.
) } Contact.Layout = Layout