some cleanup and start movinig to multiple instances

This commit is contained in:
Ross
2025-06-02 10:39:07 +01:00
parent 3f6c68523e
commit 43c3f75889
3 changed files with 15 additions and 17 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
<title>Vite + React + TS</title>
</head>
<body>
<div id="root" style="max-height:500px; height:500px; overflow:auto;"></div>
<div id="root" class="dicom-viewer-root" style="max-height:500px; height:500px; overflow:auto;"></div>
<div id="root2" class="dicom-viewer-root" style="max-height:500px; height:500px; overflow:auto;"></div>
<script type="module" src="/src/main.tsx"></script>
<input type="file" id="dicomInput" multiple />