Add library detail header component

This commit is contained in:
jeffvli 2023-01-02 03:47:05 -08:00
parent 4326f6cf91
commit 152be5d7e6
2 changed files with 168 additions and 0 deletions

View file

@ -2,3 +2,4 @@ export * from './components/animated-page';
export * from './queries/music-folders-query';
export * from './components/play-button';
export * from './utils';
export * from './components/library-header';