mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Extended context
This commit is contained in:
@@ -1 +1 @@
|
||||
export const clickButton = () => ({type: 'BUTTON_CLICKED'});
|
||||
export const clickButton = () => ({type: 'BUTTON_CLICKED'});
|
||||
|
||||
@@ -6,7 +6,7 @@ const initialState = Map({
|
||||
|
||||
export default function reducer (state = initialState, action) {
|
||||
switch (action.type) {
|
||||
default:
|
||||
return state;
|
||||
default:
|
||||
return state;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user