Skip to content

Instantly share code, notes, and snippets.

@llccing
Created July 9, 2019 07:03
Show Gist options
  • Save llccing/5a87b85e24252e4cc0e28e1aa4da366a to your computer and use it in GitHub Desktop.
Save llccing/5a87b85e24252e4cc0e28e1aa4da366a to your computer and use it in GitHub Desktop.
js export import
export { default as NavBar } from './NavBar';
export { default as SideBar } from './SideBar';
export { default as AppMain } from './AppMain';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment