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

@@ -137,7 +137,7 @@ import {
XIcon,
CheckCircleIcon,
UpdatedIcon,
} from 'omorphia'
} from '@modrinth/omorphia'
import { get, run } from '@/helpers/profile'
import {
get_all_running_profile_paths,

View File

@@ -97,7 +97,7 @@ import {
Checkbox,
TrashIcon,
ShareModal,
} from 'omorphia'
} from '@modrinth/omorphia'
import {
delete_logs_by_filename,
get_logs,

View File

@@ -391,7 +391,7 @@ import {
CodeIcon,
Pagination,
DropdownSelect,
} from 'omorphia'
} from '@modrinth/omorphia'
import { computed, onUnmounted, ref, watch } from 'vue'
import { useRouter } from 'vue-router'
import {

View File

@@ -530,7 +530,7 @@ import {
ClipboardCopyIcon,
Button,
Toggle,
} from 'omorphia'
} from '@modrinth/omorphia'
import { SwapIcon } from '@/assets/icons'
import { Multiselect } from 'vue-multiselect'