mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
10 lines
517 B
TypeScript
10 lines
517 B
TypeScript
/**
|
|
* Sidebar feature — the primary nav sidebar (library/system nav, playlists
|
|
* section, library picker, active jobs) plus its nav config store, reorder
|
|
* helpers, and the in-sidebar performance-probe overlay (Ctrl+Shift+P).
|
|
*/
|
|
export { default } from './components/Sidebar';
|
|
export { useSidebarStore, CONSERVED_SIDEBAR_NAV_IDS } from './store/sidebarStore';
|
|
export type { SidebarItemConfig } from './store/sidebarStore';
|
|
export { applySidebarReorderById, resolveStartRoute } from './utils/sidebarNavReorder';
|