quintodrome/ui/src/themes/index.js
k-kumar-01 72d6df15c6 style: New Theme Added - Spotify
Signed-off-by: k-kumar-01 <kushalkumargupta4@gmail.com>
2021-03-14 12:51:08 -04:00

5 lines
157 B
JavaScript

import LightTheme from './light'
import DarkTheme from './dark'
import SpotifyTheme from './spotify'
export default { LightTheme, DarkTheme, SpotifyTheme }