import React from 'react'; import { Typography, Card, Row, Col, Statistic } from 'antd'; import { UserOutlined, CalendarOutlined } from '@ant-design/icons'; const { Title } = Typography; function Home() { return (
欢迎使用会友信息管理系统

当前时间: 2024-10-29 11:57:05

} /> } /> } />
); } export default Home;