Fix warning from vite about concern having multiple root entities

This commit is contained in:
Eli Ribble 2026-04-30 00:07:37 +00:00
parent 0c464a9963
commit b8a9ecb253
No known key found for this signature in database

View file

@ -100,12 +100,12 @@
/>
</div>
</main>
<ImageViewerModal
@close="showImageModal = false"
:image="currentImage"
:show="showImageModal"
/>
</div>
<ImageViewerModal
@close="showImageModal = false"
:image="currentImage"
:show="showImageModal"
/>
</template>
<script setup lang="ts">
import { computed, onMounted, ref } from "vue";