Skip to content

Instantly share code, notes, and snippets.

@HenriqueLimas
Last active December 10, 2018 22:59
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 HenriqueLimas/d7bfb65a4e3fbdf6c09de3aa96ce6ae7 to your computer and use it in GitHub Desktop.
Save HenriqueLimas/d7bfb65a4e3fbdf6c09de3aa96ce6ae7 to your computer and use it in GitHub Desktop.
import { define } from "osagai";
function HelloComponent() {
return () => "<div>Hello</div>";
}
define("hello-world", HelloComponent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment