style: New Theme Added - Spotify

Signed-off-by: k-kumar-01 <kushalkumargupta4@gmail.com>
This commit is contained in:
k-kumar-01
2021-03-13 15:18:23 +05:30
committed by Deluan Quintão
parent 18fda0d954
commit 72d6df15c6
2 changed files with 28 additions and 1 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import LightTheme from './light'
import DarkTheme from './dark'
import SpotifyTheme from './spotify'
export default { LightTheme, DarkTheme }
export default { LightTheme, DarkTheme, SpotifyTheme }