import React from "react"; import { Card, Typography } from "antd"; const { Title } = Typography; function A1Page() { return (
你好
); } export default A1Page;