diff --git a/web/src/views/file/PathInput.vue b/web/src/views/file/PathInput.vue index d9044285..93402025 100644 --- a/web/src/views/file/PathInput.vue +++ b/web/src/views/file/PathInput.vue @@ -4,7 +4,6 @@ import { onUnmounted } from 'vue' import EventBus from '@/utils/event' import { checkPath } from '@/utils/file' -import SearchModal from '@/views/file/SearchModal.vue' const path = defineModel('path', { type: String, required: true }) const isInput = ref(false)