2020-03-31 05:05:46 -08:00
|
|
|
import LightTheme from './light'
|
|
|
|
|
import DarkTheme from './dark'
|
2021-03-13 00:48:23 -09:00
|
|
|
import SpotifyTheme from './spotify'
|
2020-03-31 05:05:46 -08:00
|
|
|
|
2021-03-13 00:48:23 -09:00
|
|
|
export default { LightTheme, DarkTheme, SpotifyTheme }
|