import App from "../components/App"; export default function About() { return ( <App> <p>About Page</p> </App> ); }