Last active
April 14, 2018 07:45
-
-
Save agoiabel/e68a38fb2379dc1099daed1a59102069 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //notice the {} | |
| import { baseData } from './Utility'; | |
| import { baseUrl } from './Utility'; | |
| //we can even use alias like below | |
| import { baseData as SomethingElse } from './Utility'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment