Browse Source

Fix HTML rename (#3004)

pull/3005/head
Igor Demin 2 years ago committed by GitHub
parent
commit
c25f7c67ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      html/integration-core/src/jsMain/resources/index.html

2
html/integration-core/src/jsMain/resources/index.html

@ -8,5 +8,5 @@
</head> </head>
<body> <body>
</body> </body>
<script src="web-integration-core.js"></script> <script src="html-integration-core.js"></script>
</html> </html>

Loading…
Cancel
Save