From 1223602106694d8e984f9daa905cd1a2efb9b869 Mon Sep 17 00:00:00 2001 From: rubyliu Date: Sat, 20 Jan 2024 15:59:04 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=A7=A3=E5=86=B3ts=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/hooks/useTableStore.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/hooks/useTableStore.ts b/frontend/src/hooks/useTableStore.ts index f115180e84..ca68f760b9 100644 --- a/frontend/src/hooks/useTableStore.ts +++ b/frontend/src/hooks/useTableStore.ts @@ -1,7 +1,6 @@ import { filter, orderBy, sortBy } from 'lodash-es'; import localforage from 'localforage'; -import { is } from '@/components/pure/minder-editor/script/tool/key'; import { MsTableColumn, MsTableColumnData } from '@/components/pure/ms-table/type'; import { useAppStore } from '@/store';