I'm checking out the Exponent framework for React Native, and I noticed this line in their demo app:
import { ExponentLinksView } from '@exponent/samples';
I'm vaguely aware of ES7 decorators, but this doesn't seem like one.
What's the purpose of that little at-sign?