404.js 127 Bytes
Newer Older
1 2 3 4
import React from 'react';
import Exception from '../../components/Exception';

export default () => <Exception type="404" />;