import React from "react"; export default function Header({ bodyshop }) { return (
{`${bodyshop.shopname}`}
{`${bodyshop.address1} ${bodyshop.address2} ${bodyshop.city} ${bodyshop.state} ${bodyshop.zip_post}`}
{bodyshop.email}{" "} {` | ${bodyshop.ph1}`}
); }