From aa8859b186f8d5a4d529b82a5d86635b9d2b2a77 Mon Sep 17 00:00:00 2001 From: sijinhui Date: Tue, 26 Mar 2024 00:34:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=94=A8=E6=88=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/app/(admin)/components/users-table.tsx | 1 - package.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app/(admin)/components/users-table.tsx b/app/app/(admin)/components/users-table.tsx index 11ad01c5d..b7c4a3d8b 100644 --- a/app/app/(admin)/components/users-table.tsx +++ b/app/app/(admin)/components/users-table.tsx @@ -9,7 +9,6 @@ import type { GetRef, TableColumnsType, TableColumnType } from "antd"; import Highlighter from "react-highlight-words"; // 后期考虑删除该依赖 -const { Column, ColumnGroup } = Table; import { getCurrentTime } from "@/app/utils/custom"; interface UserInterface { diff --git a/package.json b/package.json index d555554c5..91d625e44 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,7 @@ "@types/node": "^20.11.10", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.7", + "@types/react-highlight-words": "^0.16.7", "@types/react-katex": "^3.0.0", "@types/spark-md5": "^3.0.4", "autoprefixer": "^10.4.17",