Use global state for grid card views

- Prevent re-render when fetching already cached state
This commit is contained in:
jeffvli 2023-01-03 17:41:03 -08:00
parent 19eaf44394
commit 16433457ad
6 changed files with 93 additions and 12 deletions

View file

@ -5,3 +5,5 @@ export * from './album.store';
export * from './song.store';
export * from './album-artist.store';
export * from './playlist.store';
export * from './album-list-data.store';
export * from './album-artist-list-data.store';