import React from 'react' const Blank = () => { return (
Hi From BlankPage
) } export default Blank