404.js 177 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

export default () => (
afc163's avatar
afc163 committed
6
  <Exception type="404" linkElement={Link} />
陈帅's avatar
陈帅 committed
7
);