mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
9 lines
469 B
TypeScript
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';
|