I'm working with meteor and react, in the main.js file I import two kinds of different sites for example
import {Players} from './../imports/api/players';
import TitleBar from './../imports/ui/TitleBar';
What is the difference between one and the other or to what parentheses are due in one and not in the other or that depends, thanks!