index.tsx 154 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 import { Outlet } from 'umi'; import 'antd-v4/dist/antd.css'; import '../index.less'; export default function Layout() { return ( <Outlet /> ); }