Updated to newest node, refactored for heroku

This commit is contained in:
Senad Uka
2019-03-14 05:41:06 +01:00
parent 7fc24add1f
commit a4ed76e29b
26 changed files with 60 additions and 106 deletions

View File

@@ -1,4 +1,4 @@
import { CATEGORY_SELECT } from "constants/actionTypes";
import { CATEGORY_SELECT } from "../constants/actionTypes";
export default (state = null, action) => {
switch (action.type) {