import React from 'react'; import { Jumbotron } from 'react-bootstrap'; import './Index.scss'; const Index = () => (
Clever Beagle

Need help building your app? Check out our mentorship service.

); export default Index;