import Header from '../components/Header' import Counter from '../components/Counter' const About = () => (

This is the about page.

) export default About