Files
Psychotoxical-psysonic/src/features/composers/index.ts
T

9 lines
469 B
TypeScript

/**
* Composers feature — the composer overview (`Composers`) and per-composer
* works (`ComposerDetail`) browse pages, their browse-filter / scroll-restore /
* navigation hooks, and the composer browse-session store. The pages are
* lazy-loaded by the router via their deep paths, so they are not re-exported
* here. Only the live-search scope predicate is consumed cross-feature.
*/
export { isComposersBrowsePath } from './store/composerBrowseSessionStore';