import AppLayout from '~/layouts/AppLayout' export default function About() { return (
Hello from About!
) }