Created
July 9, 2019 07:03
-
-
Save llccing/5a87b85e24252e4cc0e28e1aa4da366a to your computer and use it in GitHub Desktop.
js export import
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
| 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