import React from 'react'; import styled from 'react-emotion'; import { lengths } from 'netlify-cms-ui-default'; const NotFoundContainer = styled.div` margin: ${lengths.pageMargin}; `; const NotFoundPage = () => (

Not Found

); export default NotFoundPage;