Skip to content

Commit

Permalink
Add Dataset and Story data types
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Dec 23, 2024
1 parent fe9c5eb commit 12ed761
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/scripts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import type {
InternalNavLink,
NavItemType
} from '$components/common/page-header/types';
import type { DatasetData, StoryData } from '$types/veda';

import ExplorationAndAnalysis from '$components/exploration';
import useTimelineDatasetAtom from '$components/exploration/hooks/use-timeline-dataset-atom';
Expand Down Expand Up @@ -80,6 +81,8 @@ export {
NavItem,
NavItemType,
InternalNavLink,
DatasetData,
StoryData,

// STATE
timelineDatasetsAtom,
Expand Down

0 comments on commit 12ed761

Please sign in to comment.