import React, { Component } from 'react'; export default class Home extends Component { render() { return (

Home

...is where the heart is

); } }