Working in ReactJS, I have a number of classes with the same imports:
import MyClass from './some/path/foo.js';
import MyClass2 from './some/path/bar.js';
Only the list is much longer. Can these classes just import one file that has all the imports (bulk import)?