mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 07:31:12 -05:00
Refactor code structure and remove redundant changes
This commit is contained in:
10
src-old/components/timeline/index.ts
Normal file
10
src-old/components/timeline/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Timeline Components
|
||||
*
|
||||
* Components for managing entity timeline/historical milestones.
|
||||
* All timeline events flow through the moderation queue.
|
||||
*/
|
||||
|
||||
export { TimelineEventEditorDialog } from './TimelineEventEditorDialog';
|
||||
export { EntityTimelineManager } from './EntityTimelineManager';
|
||||
export { TimelineEventCard } from './TimelineEventCard';
|
||||
Reference in New Issue
Block a user