Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created December 6, 2018 13:27
Show Gist options
  • Save amandeepmittal/4179e573b6156a2bbdbc5f6fc288f125 to your computer and use it in GitHub Desktop.
Save amandeepmittal/4179e573b6156a2bbdbc5f6fc288f125 to your computer and use it in GitHub Desktop.
import React from 'react';
export default () => (
<div>
<h1>Second Page</h1>
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment