Skip to content

Instantly share code, notes, and snippets.

@rob-gordon
Created March 18, 2020 03:55
Show Gist options
  • Save rob-gordon/e6b002241e93f3baf4c56d9b68b83ade to your computer and use it in GitHub Desktop.
Save rob-gordon/e6b002241e93f3baf4c56d9b68b83ade to your computer and use it in GitHub Desktop.
export default function ChildApp() {
return html`<div>How's it going now?</div>`;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment