refactor: extract themes to their own folder
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import LightTheme from './light'
|
||||
import DarkTheme from './dark'
|
||||
|
||||
export { LightTheme, DarkTheme }
|
||||
Reference in New Issue
Block a user