Skip to content

Instantly share code, notes, and snippets.

@jaysoo
Last active March 20, 2019 18:11
Show Gist options
  • Save jaysoo/8797d412baa651837684dce3cea047f6 to your computer and use it in GitHub Desktop.
Save jaysoo/8797d412baa651837684dce3cea047f6 to your computer and use it in GitHub Desktop.
// libs/home/src/lib/home/home.tsx
import * as React from 'react';
export const Home = () => (
<React.Fragment>
<h1>Home</h1>
<p>Welcome to the React Example app!</p>
<p>Please see the sidenav for available features.</p>
</React.Fragment>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment