Guest User

Untitled

a guest
Dec 15th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. import InitAccordion from "../patterns/02-components/accordion/accordion";
  2. $(() => {
  3. /**
  4. * If it needs to be run when the document is first loaded, then execute it in this function. This might be a useful
  5. * place to return promises or use async if the order or execution is important.
  6. */
  7. InitAccordion();
  8. });
Add Comment
Please, Sign In to add comment