diff --git a/Cunkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/components/ProfileCard/index.tsx b/Cunkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/components/ProfileCard/index.tsx index d217d876..253d70e8 100644 --- a/Cunkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/components/ProfileCard/index.tsx +++ b/Cunkebao/src/pages/pc/ckbox/weChat/components/ChatWindow/components/ProfileCard/index.tsx @@ -12,19 +12,13 @@ import { } from "antd"; import { PhoneOutlined, - VideoCameraOutlined, UserOutlined, TeamOutlined, - MailOutlined, EnvironmentOutlined, - CalendarOutlined, - BankOutlined, CloseOutlined, - StarOutlined, EditOutlined, CheckOutlined, PlusOutlined, - NotificationOutlined, MinusOutlined, SwapOutlined, } from "@ant-design/icons"; @@ -33,9 +27,7 @@ import { useCkChatStore } from "@/store/module/ckchat/ckchat"; import { useWebSocketStore } from "@/store/module/websocket/websocket"; import styles from "./Person.module.scss"; import { useWeChatStore } from "@/store/module/weChat/weChat"; -import FriendSelection from "@/components/FriendSelection"; import TwoColumnSelection from "@/components/TwoColumnSelection/TwoColumnSelection"; -import MemberSelection from "@/components/MemberSelection"; import TwoColumnMemberSelection from "@/components/MemberSelection/TwoColumnMemberSelection"; import { FriendSelectionItem } from "@/components/FriendSelection/data";