davidhu2000 / react_redux_generator

A npm script for generating all parts of react and redux web application.

Home Page:https://www.npmjs.com/package/redux-file-gen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix semicolon issue with reducer import statement for root_reducer

davidhu2000 opened this issue · comments

it is import sessionReducer from './session_reducer.js;',

need to move the semicolon to after the quote.