From aac8861eb59000aed8d305fa23ceb029a61e89e9 Mon Sep 17 00:00:00 2001 From: Admin Date: Fri, 23 May 2025 16:00:24 +0700 Subject: [PATCH] fix build admin --- .../bid/show-histories-api/grays-histories-view.tsx | 3 +-- .../bid/show-histories-api/pickles-histories-view.tsx | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/auto-bid-admin/src/components/bid/show-histories-api/grays-histories-view.tsx b/auto-bid-admin/src/components/bid/show-histories-api/grays-histories-view.tsx index 17dbfd9..b14e75c 100644 --- a/auto-bid-admin/src/components/bid/show-histories-api/grays-histories-view.tsx +++ b/auto-bid-admin/src/components/bid/show-histories-api/grays-histories-view.tsx @@ -1,8 +1,7 @@ /* eslint-disable @typescript-eslint/no-unused-vars */ -import { useMemo } from "react"; -import { extractNumber, formatTime } from "../../../utils"; import Table from "../../../lib/table/table"; import { IColumn } from "../../../lib/table/type"; +import { extractNumber, formatTime } from "../../../utils"; export interface IGraysHistoriesViewProps { histories: Record[]; diff --git a/auto-bid-admin/src/components/bid/show-histories-api/pickles-histories-view.tsx b/auto-bid-admin/src/components/bid/show-histories-api/pickles-histories-view.tsx index a654b38..a32e934 100644 --- a/auto-bid-admin/src/components/bid/show-histories-api/pickles-histories-view.tsx +++ b/auto-bid-admin/src/components/bid/show-histories-api/pickles-histories-view.tsx @@ -1,8 +1,7 @@ /* eslint-disable @typescript-eslint/no-unused-vars */ -import { useMemo } from "react"; -import { formatTime } from "../../../utils"; -import { IColumn } from "../../../lib/table/type"; import Table from "../../../lib/table/table"; +import { IColumn } from "../../../lib/table/type"; +import { formatTime } from "../../../utils"; export interface IGraysHistoriesViewProps { histories: Record[]; -- 2.39.2