From ffc5c9e5551b777ea8416adcf51ff3dbdf274ef4 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 17 Oct 2025 15:39:12 +0800 Subject: [PATCH] chore: remove unused import from HistoryPanel.vue --- ui/src/views/chat/component/HistoryPanel.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/views/chat/component/HistoryPanel.vue b/ui/src/views/chat/component/HistoryPanel.vue index 6d55c8e63..277df05cc 100644 --- a/ui/src/views/chat/component/HistoryPanel.vue +++ b/ui/src/views/chat/component/HistoryPanel.vue @@ -176,7 +176,6 @@ import { ref, computed } from 'vue' import { isAppIcon } from '@/utils/common' import EditTitleDialog from './EditTitleDialog.vue' import useStore from '@/stores' -import { c } from 'vite/dist/node/moduleRunnerTransport.d-CXw_Ws6P' const { user } = useStore() const props = defineProps<{