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