From de21179d613e98f7ae6b65c757ba36dbcebd3ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Mon, 21 Oct 2024 11:56:53 +0800 Subject: [PATCH] fix: lint --- web/src/views/file/PathInput.vue | 1 - 1 file changed, 1 deletion(-) 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)