Skip to content

Instantly share code, notes, and snippets.

@zackify
Last active May 13, 2020 00:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zackify/9af49432a95bbbd853c6d20a54210da9 to your computer and use it in GitHub Desktop.
Save zackify/9af49432a95bbbd853c6d20a54210da9 to your computer and use it in GitHub Desktop.
return (
<div>
<Header />
<Products />
<AddToCart />
<Footer />
</div>
)
return (
<div>
<Header />
<Products />
<Services />
<Footer />
</div>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment