Updated to newest node, refactored for heroku
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { CATEGORY_SELECT } from "constants/actionTypes";
|
||||
import { CATEGORY_SELECT } from "../constants/actionTypes";
|
||||
|
||||
export default (state = null, action) => {
|
||||
switch (action.type) {
|
||||
|
||||
Reference in New Issue
Block a user