moah things

This commit is contained in:
Tommy Parnell
2017-12-23 01:37:43 -05:00
parent 6786017892
commit 32177f809f
14 changed files with 326 additions and 167 deletions

View File

@@ -8,10 +8,10 @@
<div id="example"></div>
<!-- Dependencies -->
<script src="./node_modules/react/umd/react.development.js"></script>
<script src="./node_modules/react-dom/umd/react-dom.development.js"></script>
<script src="/node_modules/react/umd/react.development.js"></script>
<script src="/node_modules/react-dom/umd/react-dom.development.js"></script>
<!-- Main -->
<script src="./dist/bundle.js"></script>
<script src="/dist/bundle.js"></script>
</body>