Skip to content

Instantly share code, notes, and snippets.

@yanns1

yanns1/block1.js Secret

Created June 29, 2020 17:50
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 yanns1/3b839065fb0645dd37a3fb5d572c6ed7 to your computer and use it in GitHub Desktop.
Save yanns1/3b839065fb0645dd37a3fb5d572c6ed7 to your computer and use it in GitHub Desktop.
const Component1 = `
<ul>
<li>Navlink 1</li>
<li>Navlink 2</li>
<li>Navlink 3</li>
</ul>
`;
const Component2 = `
<ul>
<li>Navlink 1</li>
<li>Navlink 2</li>
<li>Navlink 3</li>
<li>Navlink 4</li>
</ul>
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment