Skip to content

Instantly share code, notes, and snippets.

@vsavkin
Created September 11, 2019 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vsavkin/f0e19cce3100997a94b3f5d59d8f4590 to your computer and use it in GitHub Desktop.
Save vsavkin/f0e19cce3100997a94b3f5d59d8f4590 to your computer and use it in GitHub Desktop.
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