Add playlist list

This commit is contained in:
jeffvli 2022-12-31 03:46:12 -08:00
parent 00a21269dd
commit ec79d91d30
21 changed files with 911 additions and 47 deletions

View file

@ -4,3 +4,4 @@ export * from './app.store';
export * from './album.store';
export * from './song.store';
export * from './album-artist.store';
export * from './playlist.store';