import React from 'react'; import { Alert } from 'react-bootstrap'; const NotFound = () => (

Error [404]: {window.location.pathname} does not exist.

); export default NotFound;