Skip to content

Instantly share code, notes, and snippets.

@DrewDahlman
Created July 22, 2019 18:16
Show Gist options
  • Save DrewDahlman/f0bf4c4fcb1be5aa8534737aae839765 to your computer and use it in GitHub Desktop.
Save DrewDahlman/f0bf4c4fcb1be5aa8534737aae839765 to your computer and use it in GitHub Desktop.
const App = () => {
return (
<WebGL>
<Headline />
<ComponentOne />
<WebGLElement type={`image`} data={data} />
<WebGLElement type={`image`} data={data} />
<ComponentTwo />
</WebGL>
);
};
ReactDOM.render(<App />, document.getElementById("app"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment