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} />
);