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

Page Not Found!

); };