Skip to content

Instantly share code, notes, and snippets.

@deckchairlabs
Created November 17, 2021 06:50
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 deckchairlabs/c3f97d428eb98545a1fe4ca85c9d8deb to your computer and use it in GitHub Desktop.
Save deckchairlabs/c3f97d428eb98545a1fe4ca85c9d8deb to your computer and use it in GitHub Desktop.
import React from "https://esm.sh/react";
export default function Root() {
return (
<div>
Hello World!
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment