Add Card import to ModpackVersionModal.vue

This commit is contained in:
Carter 2024-01-19 13:12:33 -08:00
parent c140c65216
commit afec787883
No known key found for this signature in database

View File

@ -1,5 +1,5 @@
<script setup>
import { Button, Modal, CheckIcon, Badge } from 'omorphia'
import { Button, Modal, CheckIcon, Badge, Card } from 'omorphia'
import { computed, ref } from 'vue'
import { useTheming } from '@/store/theme'
import { update_managed_modrinth_version } from '@/helpers/profile'