/** @format */ import { FunctionComponent } from "react"; import { Avatar, Card, Empty, List } from "antd"; import { AntDesignOutlined, BankOutlined, BulbOutlined, EnvironmentOutlined, } from "@ant-design/icons"; import styles from "./index.module.less"; import { ProCard } from "@ant-design/pro-components"; import Meta from "antd/es/card/Meta"; import gitee from "@/assets/icons/gitee.svg"; import { Link } from "react-router-dom"; const UserInfo: FunctionComponent = () => { const data = [ { title: "Ant Design Title 1", }, { title: "Ant Design Title 2", }, { title: "Ant Design Title 3", }, { title: "Ant Design Title 4", }, ]; return ( <>