Skip to content

Commit de812c6

Browse files
committed
added auth reducer
1 parent a2c37ce commit de812c6

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default function(state = {}, action) {
2+
switch (action.type) {
3+
default:
4+
return state;
5+
}
6+
}

server/client/src/reducers/index.js

Whitespace-only changes.

0 commit comments

Comments
 (0)