Browse Source

:fire: 不用的导入

visuddhinanda 1 year ago
parent
commit
dd48b2df7c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      dashboard-v4/dashboard/src/components/auth/setting/default.ts

+ 1 - 2
dashboard-v4/dashboard/src/components/auth/setting/default.ts

@@ -1,5 +1,4 @@
-import { useAppSelector } from "../../../hooks";
-import { ISettingItem, settingInfo } from "../../../reducers/setting";
+import { ISettingItem } from "../../../reducers/setting";
 
 
 export interface ISettingItemOption {
 export interface ISettingItemOption {
   label: string;
   label: string;