Moved all reducers and actions to their own folders
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export const CHANGE_THEME = 'CHANGE_THEME'
|
||||
|
||||
export const changeTheme = (theme) => ({
|
||||
type: CHANGE_THEME,
|
||||
payload: theme,
|
||||
})
|
||||
Reference in New Issue
Block a user