+
{{ formatMessage(messages.bodyVersion) }}
+
{{ formatMessage(messages.downloadSize, { size: formatBytes(updateSize) }) }}
@@ -29,9 +31,7 @@
@@ -74,13 +74,7 @@ import { defineMessages, useVIntl } from '@vintl/vintl'
import { useTemplateRef, ref, computed } from 'vue'
import { AppearingProgressBar, ButtonStyled, JoinedButtons } from '@modrinth/ui'
import type { JoinedButtonAction } from '@modrinth/ui'
-import {
- ExternalIcon,
- DownloadIcon,
- RightArrowIcon,
- RedoIcon,
- ClipboardCopyIcon,
-} from '@modrinth/assets'
+import { ExternalIcon, DownloadIcon, RedoIcon, ClipboardCopyIcon } from '@modrinth/assets'
import { enqueueUpdateForInstallation, getUpdateSize } from '@/helpers/utils'
import { formatBytes } from '@modrinth/utils'
import { handleError } from '@/store/notifications'