veza/apps/web/src/features/tracks/components/TrackHistory.tsx
senke 1ea128b60d refactor(tracks): TrackHistory module, re-export, stories, tests
- Module track-history: types, useTrackHistory, Header, Empty, ItemRow, Pagination, Skeleton, trackHistoryUtils
- Re-export from TrackHistory.tsx
- Stories: Default, Loading, Empty, Error (MSW)
- Tests: mock @/features/tracks/services/trackHistoryService, formatHistoryDate defensive, pagination/error tests fixed

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-06 01:34:58 +01:00

8 lines
192 B
TypeScript

/**
* TrackHistory — re-export from feature module.
*/
export {
TrackHistory,
TrackHistorySkeleton,
} from './track-history';
export type { TrackHistoryProps } from './track-history';