404.js 225 Bytes
Newer Older
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
1 2
import React from 'react';
import { Link } from 'dva/router';
3
import Exception from '@/components/Exception';
ι™ˆεΈ…'s avatar
ι™ˆεΈ… committed
4 5 6 7

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