Skip to content

Instantly share code, notes, and snippets.

@rajat2502
Created June 13, 2020 18:32
Show Gist options
  • Save rajat2502/8f0c72edcc19434ec13a685929690da4 to your computer and use it in GitHub Desktop.
Save rajat2502/8f0c72edcc19434ec13a685929690da4 to your computer and use it in GitHub Desktop.
// To import a default export
import <default_value> from '<package-name>';
/* OR */
// To import a named export
import { <named_export_value> } from '<package-name>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment