quintodrome/ui/src/themes/index.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
157 B
JavaScript
Raw Normal View History

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