Created
July 22, 2019 18:16
-
-
Save DrewDahlman/f0bf4c4fcb1be5aa8534737aae839765 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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