import React from 'react'; import '../static/stylesheets/globals.scss'; export const NotFoundPage = (props) => { if (props.location.pathname === '/') { return null; } return (
404 Page not found