import React from 'react'; const About = () => { return (

Welcome to the About Page

This is the ABOUT page of your SPA.

); }; export default About;