import { NotFoundTitle, PageContainer } from './styles'; export const NotfoundPage = () => { return ( 404 - Page Not Found ); }; export default NotfoundPage;