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

Import Root component in entry jsx

davidhu2000 opened this issue · comments

need to add

import Root from './components/root'; to the entry file.

otherwise get an error for Root is not defined.