404.js 219 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1
import React from 'react';
zinkey's avatar
zinkey committed
2
import Link from 'umi/link';
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} />
);