import React from 'react'; const NotFound = () => (

Whooops. This page doesn't exist

) export default NotFound;