Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Last active April 14, 2018 07:45
Show Gist options
  • Select an option

  • Save agoiabel/e68a38fb2379dc1099daed1a59102069 to your computer and use it in GitHub Desktop.

Select an option

Save agoiabel/e68a38fb2379dc1099daed1a59102069 to your computer and use it in GitHub Desktop.
//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