import React from 'react'; import { Segment, Header } from 'semantic-ui-react'; const NotFound = () => ( <>
未找到所请求的页面 ); export default NotFound;