diff --git a/squarenotsquare/src/redux/reducers/SystemReducer.js b/squarenotsquare/src/redux/reducers/SystemReducer.js index 013edc1..a69d614 100644 --- a/squarenotsquare/src/redux/reducers/SystemReducer.js +++ b/squarenotsquare/src/redux/reducers/SystemReducer.js @@ -1,4 +1,4 @@ -import { APP_INIT } from "../types/SystemTypes"; +import { APP_INIT } from "../types/UserTypes"; function sys(state = {}, action) { switch (action.type) {