Split stores

This commit is contained in:
jeffvli
2022-12-21 01:25:56 -08:00
parent 2a858f3107
commit b742b814c0
7 changed files with 200 additions and 122 deletions
+2
View File
@@ -1,3 +1,5 @@
export * from './auth.store';
export * from './player.store';
export * from './app.store';
export * from './album.store';
export * from './song.store';