sb-admin-react icon indicating copy to clipboard operation
sb-admin-react copied to clipboard

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

Open oznooji opened this issue 7 years ago • 2 comments

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)

oznooji avatar Dec 19 '16 22:12 oznooji

Same thing happened to me...

jackzzj avatar Jan 05 '17 17:01 jackzzj

thanks for noting it and its has been rectified.

gauravprwl14 avatar Jan 05 '17 18:01 gauravprwl14