From e9c73c42e235194dc1a3c6aaacd5af088045cfd0 Mon Sep 17 00:00:00 2001 From: "nabijonovdavronbek619@gmail.com" Date: Thu, 2 Apr 2026 19:24:47 +0500 Subject: [PATCH] removeunadditional part --- src/widgets/history/index.ts | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/widgets/history/index.ts b/src/widgets/history/index.ts index 8a0060e..110d608 100644 --- a/src/widgets/history/index.ts +++ b/src/widgets/history/index.ts @@ -12,17 +12,10 @@ export { EmptyState, SkeletonRow, ErrorState } from './ui/tableStates'; export { useHistory } from './lib/useHistory'; // Utils -export { - fetchPlagiarismHistory, - fetchPlagiarismDetail, - formatDate, - formatAmount, - truncateFileName, -} from './lib/utils'; +export { formatDate, formatAmount, truncateFileName } from './lib/utils'; // Types export type { - PlagiarismCheck, PlagiarismCheckDetail, CheckResult, HistoryApiResponse, @@ -38,8 +31,4 @@ export { TABLE_COLUMNS, RESULT_CONFIG, DEFAULT_PAGE_SIZE, - API_ENDPOINTS, } from './lib/constants'; - -// Mock (for development/testing) -export { DEFAULT_HISTORY_ITEMS } from './lib/mock';