start-react / sb-admin-react

Starter theme for React JS Dashboard Apps
http://sb-admin-react.geekydev.com:3009/
Other
836 stars 274 forks source link

There's a bug in your src/routes/dashboardPage/forms/index.js #30

Open oznooji opened 7 years ago

oznooji commented 7 years ago

the build failed on my Ubuntu machine. The file has the following code:

import Forms from './Forms';

probably needs to be changed to

import Forms from './forms';

In order to run properly. Now your webpack process fails on any machine besides a Mac(solves the case sensitive issues automatically)

jackzzj commented 7 years ago

Same thing happened to me...

gauravprwl14 commented 7 years ago

thanks for noting it and its has been rectified.