Finish adding omorphia

This commit is contained in:
Jai A
2024-07-03 19:12:20 -07:00
parent ef4acb1b66
commit 9502639447
363 changed files with 1360 additions and 7736 deletions

View File

@@ -56,7 +56,7 @@
</template>
<script setup>
import { Button, Modal, XIcon, DownloadIcon, DropdownSelect, formatCategory } from 'omorphia'
import { Button, Modal, XIcon, DownloadIcon, DropdownSelect, formatCategory } from '@modrinth/omorphia'
import { add_project_from_version as installMod } from '@/helpers/profile'
import { ref } from 'vue'
import { handleError, useTheming } from '@/store/state.js'