import { Outlet } from 'umi'; import 'antd-v4/dist/antd.css'; import '../index.less'; export default function Layout() { return ( ); }