зеркало из https://github.com/docker/kitematic.git
Fixed bug where react.js would be loaded twice on windows
This commit is contained in:
Родитель
c43a8d5a69
Коммит
7b507067e9
|
@ -6,6 +6,6 @@
|
|||
<title>Kitematic</title>
|
||||
</head>
|
||||
<body>
|
||||
<script src="app.js"></script>
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
import './app';
|
Загрузка…
Ссылка в новой задаче