feat: move Configuration menu to Personal settings

This commit is contained in:
Deluan
2020-03-31 21:28:50 -04:00
parent 6cddcd6f0d
commit 9f00fb0f05
9 changed files with 38 additions and 27 deletions
+6
View File
@@ -0,0 +1,6 @@
export const CHANGE_THEME = 'CHANGE_THEME'
export const changeTheme = (theme) => ({
type: CHANGE_THEME,
payload: theme
})