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

Empty Page

Use this page to start from scratch and place your custom content.

); }; export default EmptyPage;