Created
March 12, 2020 15:42
-
-
Save nazariyv/073acef281404d75edd9beb0b31da96d to your computer and use it in GitHub Desktop.
index.js
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
| import AppLayout from "./app-layout"; | |
| import Header from "./header"; | |
| import SideNavigation from "./side-navigation"; | |
| export { AppLayout, Header, SideNavigation }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment