🔷 redesign playlist header

This commit is contained in:
geoffrey45
2022-04-03 13:38:42 +03:00
committed by Mungai Geoffrey
parent d0e2980dfe
commit 9c808aa817
44 changed files with 95 additions and 51 deletions
+12
View File
@@ -0,0 +1,12 @@
export enum playSources {
playlist,
album,
search,
folder,
}
export enum NotifType {
Success,
Info,
Error,
}