| import Nav from "../../components/Nav"; | |
| const AboutPage = () => ( | |
| <> | |
| <Nav /> | |
| <p>Hello, I'm the about page</p> | |
| </> | |
| ); | |
| export default AboutPage; | |
| import Nav from "../../components/Nav"; | |
| const AboutPage = () => ( | |
| <> | |
| <Nav /> | |
| <p>Hello, I'm the about page</p> | |
| </> | |
| ); | |
| export default AboutPage; | |