@abi-software/mapintegratedvuer 1.2.0 → 1.2.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.html CHANGED
@@ -4,14 +4,15 @@
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
6
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
7
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
8
- <title>Physiome Portal</title>
7
+ <link rel="icon" href="favicon.ico">
8
+ <title>Map Viewer</title>
9
9
  </head>
10
10
  <body>
11
11
  <noscript>
12
- <strong>We're sorry but Physiome Portal doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
12
+ <strong>We're sorry but Map Viewer doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
13
13
  </noscript>
14
14
  <div id="app"></div>
15
+ <script type="module" src="/src/main.js"></script>
15
16
  <!-- built files will be auto injected -->
16
17
  </body>
17
18
  </html>
@@ -1,4 +1,4 @@
1
- import { M as a } from "./index-pesDJRzH.js";
1
+ import { M as a } from "./index-DK1bGUNe.js";
2
2
  export {
3
3
  a as MapContent
4
4
  };