Skip to content

Instantly share code, notes, and snippets.

@pahund
Last active October 14, 2018 20:13
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 pahund/1bff66f916829a2eed67dae8fa5a3399 to your computer and use it in GitHub Desktop.
Save pahund/1bff66f916829a2eed67dae8fa5a3399 to your computer and use it in GitHub Desktop.
About page component, using the Hacker News Brick
import React from 'react';
import { HackerNews } from '@modular-toolkit/demo-module';
export default () => (
<main>
<header>
<h1>About Our Company</h1>
</header>
<p>We are very awesome!</p>
<HackerNews />
</main>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment