import { Layout } from "antd"; const { Content } = Layout; function BanedUser() { return ( 封禁用户 ); } export default BanedUser;