From 70062398051d453e7a42e1859f00cf57d96c6377 Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sat, 6 Aug 2022 13:50:59 -0500 Subject: [PATCH] change import source --- squarenotsquare/src/redux/reducers/SystemReducer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {