import React from 'react'; // Custom components import AppHeader from '../AppHeader'; import Footer from '../Footer'; /** * Page component showed when no route is found. */ function NotFoundPage() { return (

Page Not Found