feat: 去掉多余import

This commit is contained in:
landaiqing
2024-07-24 01:01:38 +08:00
parent 190fda426c
commit 79f951bac8
3 changed files with 2 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/** @format */
import { FunctionComponent, useEffect, useState } from "react";
import { ProCard, ProForm, ProFormCascader } from "@ant-design/pro-components";
import { ProCard } from "@ant-design/pro-components";
import {
Avatar,
Button,
@@ -17,7 +17,6 @@ import {
} from "antd";
import styles from "./index.module.less";
import TextArea from "antd/es/input/TextArea";
import { city } from "@/constant/five-level-address.ts";
import { getUserInfoApi, updateUserInfo } from "@/api/user";
import { observer } from "mobx-react";
import useStore from "@/utils/store/useStore.tsx";