Moved all reducers and actions to their own folders
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export const ALBUM_MODE_GRID = 'ALBUM_GRID_MODE'
|
||||
export const ALBUM_MODE_LIST = 'ALBUM_LIST_MODE'
|
||||
|
||||
export const albumViewGrid = () => ({ type: ALBUM_MODE_GRID })
|
||||
|
||||
export const albumViewList = () => ({ type: ALBUM_MODE_LIST })
|
||||
Reference in New Issue
Block a user