import LayoutBase from './LayoutBase' export const Layout404 = props => { return (

404

页面未找到

) }