Created
September 11, 2019 13:35
-
-
Save vsavkin/f0e19cce3100997a94b3f5d59d8f4590 to your computer and use it in GitHub Desktop.
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 { Home } from '@happynrwl/shared-components'; | |
import React from 'react'; | |
export const Index = () => { | |
return ( | |
<> | |
<Home /> | |
<div>the rest of the component</div> | |
</> | |
); | |
}; | |
export default Index; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment