Last active
October 23, 2018 16:38
-
-
Save luillyfe/74cff65c7ace5f60ff13e4d5cdd164fd to your computer and use it in GitHub Desktop.
React Components
This file contains 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
<div> | |
<Menu /> | |
<div> | |
<Sidebar /> | |
<Content /> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment