smallbatch-apps/crab

component generator creates invalid path to redux files

Opened this issue · 0 comments

using the generator to create redux ready component introduces an invalid path to the constants and actions files:

import * as constants from 'redux/constants';
import * as actions from 'redux/actions';

the path should be to ../redux/actions