Skip to content

Instantly share code, notes, and snippets.

@codebubb
Last active October 16, 2020 11:55
Show Gist options
  • Select an option

  • Save codebubb/febffcad385231f2541a43bb1c36031a to your computer and use it in GitHub Desktop.

Select an option

Save codebubb/febffcad385231f2541a43bb1c36031a to your computer and use it in GitHub Desktop.
ParcelJS App JS
import { btnEvent } from './Button';
document
.getElementById('btn')
.addEventListener('click', btnEvent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment