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

This is the about page

); }