Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed bug where react.js would be loaded twice on windows
  • Loading branch information
jmorganca committed Jun 5, 2015
1 parent c43a8d5 commit 7b50706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -6,6 +6,6 @@
<title>Kitematic</title>
</head>
<body>
<script src="app.js"></script>
<script src="main.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions src/main.js
@@ -0,0 +1 @@
import './app';

0 comments on commit 7b50706

Please sign in to comment.