Skip to content

Commit

Permalink
Fix react end-to-end demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Brain committed Jun 11, 2019
1 parent c92fef2 commit 55ab8f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/advanced/react-end-to-end/index.htm
Expand Up @@ -8,7 +8,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.2/react-dom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.38/browser.js"></script>

<script src="../../../dist/zoid.js"></script>
<script src="../../../dist/zoid.frameworks.js"></script>
<script src="./login.js"></script>
</head>

Expand Down
2 changes: 1 addition & 1 deletion demo/advanced/react-end-to-end/login.htm
Expand Up @@ -7,7 +7,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.2/react-dom.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.38/browser.js"></script>

<script src="../../../dist/zoid.js"></script>
<script src="../../../dist/zoid.frameworks.js"></script>
<script src="./login.js"></script>
</head>

Expand Down

0 comments on commit 55ab8f2

Please sign in to comment.