import React from 'react' import InitialHeart from './InitialHeart' export default (props) => { return (
) }