500.js 169 Bytes
Newer Older
1 2 3
import React from 'react';
import Exception from '../../components/Exception';

4
export default () => <Exception type="500" style={{ minHeight: 500, height: '80%' }} />;