Skip to content

Instantly share code, notes, and snippets.

@koenbok
Created July 5, 2021 10:15
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 koenbok/5f844e61e1266ac9ac5514023997c750 to your computer and use it in GitHub Desktop.
Save koenbok/5f844e61e1266ac9ac5514023997c750 to your computer and use it in GitHub Desktop.
import React from "react"
export function TestComponent() {
return React.createElement("div", {}, "Hello World")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment