Skip to content

Instantly share code, notes, and snippets.

@Xiryl
Created January 5, 2022 15:34
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 Xiryl/2bec486fc2255e08ac0cc5c8530f21a8 to your computer and use it in GitHub Desktop.
Save Xiryl/2bec486fc2255e08ac0cc5c8530f21a8 to your computer and use it in GitHub Desktop.
addon - 2
/**
* Callback for rendering the homepage card.
* @return The card to show to the user.
*/
function onHomepage(e) {
return createHomeCard();
}
/**
* Build the home card
*/
function createHomeCard() {
// TODO
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment