Skip to content

Commit

Permalink
fix: 重复导入
Browse files Browse the repository at this point in the history
  • Loading branch information
ChingCdesu committed Sep 22, 2023
1 parent df33e94 commit 6a2e727
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ import {
} from 'naive-ui'
import { computed, onMounted, ref } from 'vue'
import { useI18n } from 'vue-i18n'
import useComponentStore from '@/store/components'
import useDeviceStore from '@/store/devices'
import useSettingStore from '@/store/settings'
import type { ComponentType, ComponentStatus } from '@type/componentManager'
import type { InstallerStatus } from '@type/misc'
import type { Ref } from 'vue'
import { removeComponent, moveComponentBaseDir } from '@/hooks/caller/component'
Expand Down

0 comments on commit 6a2e727

Please sign in to comment.