import { Layout } from "antd"; const { Content } = Layout; function AllUser() { return ( 所有用户11 ); } export default AllUser;