import React from 'react'; import Header from '../components/header'; export default function About() { return (

This is the about page

); }