Skip to content

Instantly share code, notes, and snippets.

@sirtimbly
Created December 15, 2018 03:51
Show Gist options
  • Save sirtimbly/44dcc08ca63d6f7c936dddea114c0786 to your computer and use it in GitHub Desktop.
Save sirtimbly/44dcc08ca63d6f7c936dddea114c0786 to your computer and use it in GitHub Desktop.
import InitAccordion from "../patterns/02-components/accordion/accordion";
$(() => {
/**
* If it needs to be run when the document is first loaded, then execute it in this function. This might be a useful
* place to return promises or use async if the order or execution is important.
*/
InitAccordion();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment