diff --git a/apps/frontend/src/pages/hosting/index.vue b/apps/frontend/src/pages/hosting/index.vue index b2743a985c..84734ba18a 100644 --- a/apps/frontend/src/pages/hosting/index.vue +++ b/apps/frontend/src/pages/hosting/index.vue @@ -643,6 +643,7 @@ import { injectModrinthClient, injectNotificationManager, IntlFormatted, + LoaderIcon, ModrinthServersPurchaseModal, useFormatPrice, useVIntl, @@ -652,7 +653,6 @@ import { useQuery } from '@tanstack/vue-query' import { computed } from 'vue' import OptionGroup from '~/components/ui/OptionGroup.vue' -import { LoaderIcon } from '@modrinth/ui/src/components/servers/icons' import MedalPlanPromotion from '~/components/ui/servers/marketing/MedalPlanPromotion.vue' import ServerPlanSelector from '~/components/ui/servers/marketing/ServerPlanSelector.vue' import { products } from '~/generated/state.json' diff --git a/packages/ui/src/components/servers/server-list-empty/ServerListEmpty.vue b/packages/ui/src/components/servers/server-list-empty/ServerListEmpty.vue index 51dd4825c6..bf4114d432 100644 --- a/packages/ui/src/components/servers/server-list-empty/ServerListEmpty.vue +++ b/packages/ui/src/components/servers/server-list-empty/ServerListEmpty.vue @@ -1,7 +1,7 @@