Skip to content

Instantly share code, notes, and snippets.

@acomito
Created December 8, 2016 14:01
Show Gist options
  • Save acomito/5d7b96ff697171ed88d4e038edbccf03 to your computer and use it in GitHub Desktop.
Save acomito/5d7b96ff697171ed88d4e038edbccf03 to your computer and use it in GitHub Desktop.
import React from 'react';
import { Jumbotron } from 'react-bootstrap';
const Index = () => (
<div className="Index">
</div>
);
export default Index;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment