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