Files
archy/aiui/packages/app/src/mocks/index.ts
T

14 lines
674 B
TypeScript
Raw Normal View History

2026-08-12 10:55:50 +00:00
export { mockFilms, searchFilms, filterFilms, allGenres, allSources } from './films'
export { mockSongs } from './songs'
export { mockBooks, searchBooks } from './books'
export { mockTVShows, searchTVShows } from './tvshows'
export { mockImages, searchImages } from './images'
export { mockPlaces, searchPlaces } from './places'
export { mockNews, searchNews } from './news'
export { mockNostrEvents, MockNostrRelay } from './nostr'
export { mockTMDBSearch, mockTMDBSearchResponses, mockTMDBGenres } from './tmdb'
export type { MockNewsArticle } from './news'
export type { MockNostrEvent } from './nostr'
export type { TMDBSearchResult, TMDBSearchResponse } from './tmdb'