Browse Source

change import source

pull/8/head
Tim Glasgow 2 years ago
parent
commit
7006239805
  1. 2
      squarenotsquare/src/redux/reducers/SystemReducer.js

2
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) {

Loading…
Cancel
Save