UI: Use login theme everywhere

This commit is contained in:
Deluan
2020-01-23 18:12:26 -05:00
parent 3cc6d9de30
commit 35aeb0a396
4 changed files with 15 additions and 7 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import Login from './Login'
import Layout from './Layout'
import { DarkTheme, LightTheme } from './Themes'
export { Layout, Login }
export { Layout, Login, DarkTheme, LightTheme }