import React from 'react' import StateLink from '../../src/components/StateLink' export default class NotFound extends React.PureComponent { render() { return (

Page not found

Go to index
) } }