import React from 'react'; import ImmutablePureComponent from 'react-immutable-pure-component'; import { Link } from 'react-router-dom'; export default class Footer extends ImmutablePureComponent { render() { return (
♡{new Date().getFullYear()}. Copying is an act of love. Please copy and share.
); } }