removeunadditional part
This commit is contained in:
@@ -12,17 +12,10 @@ export { EmptyState, SkeletonRow, ErrorState } from './ui/tableStates';
|
|||||||
export { useHistory } from './lib/useHistory';
|
export { useHistory } from './lib/useHistory';
|
||||||
|
|
||||||
// Utils
|
// Utils
|
||||||
export {
|
export { formatDate, formatAmount, truncateFileName } from './lib/utils';
|
||||||
fetchPlagiarismHistory,
|
|
||||||
fetchPlagiarismDetail,
|
|
||||||
formatDate,
|
|
||||||
formatAmount,
|
|
||||||
truncateFileName,
|
|
||||||
} from './lib/utils';
|
|
||||||
|
|
||||||
// Types
|
// Types
|
||||||
export type {
|
export type {
|
||||||
PlagiarismCheck,
|
|
||||||
PlagiarismCheckDetail,
|
PlagiarismCheckDetail,
|
||||||
CheckResult,
|
CheckResult,
|
||||||
HistoryApiResponse,
|
HistoryApiResponse,
|
||||||
@@ -38,8 +31,4 @@ export {
|
|||||||
TABLE_COLUMNS,
|
TABLE_COLUMNS,
|
||||||
RESULT_CONFIG,
|
RESULT_CONFIG,
|
||||||
DEFAULT_PAGE_SIZE,
|
DEFAULT_PAGE_SIZE,
|
||||||
API_ENDPOINTS,
|
|
||||||
} from './lib/constants';
|
} from './lib/constants';
|
||||||
|
|
||||||
// Mock (for development/testing)
|
|
||||||
export { DEFAULT_HISTORY_ITEMS } from './lib/mock';
|
|
||||||
|
|||||||
Reference in New Issue
Block a user