import React from 'react';


const NotFound = () => (
  <h2>404</h2>
);

export default NotFound;
