From 376dd64fab182b570310982ca6467c24dd89bd60 Mon Sep 17 00:00:00 2001 From: MrSphay Date: Sun, 3 May 2026 23:21:43 +0200 Subject: [PATCH] Match app Prettier formatting --- .../src/pages/library/Connected.vue | 31 ++++--------------- 1 file changed, 6 insertions(+), 25 deletions(-) diff --git a/apps/app-frontend/src/pages/library/Connected.vue b/apps/app-frontend/src/pages/library/Connected.vue index 0e5640626..12557574f 100644 --- a/apps/app-frontend/src/pages/library/Connected.vue +++ b/apps/app-frontend/src/pages/library/Connected.vue @@ -7,13 +7,7 @@ import { RefreshCwIcon, TrashIcon, } from '@modrinth/assets' -import { - Button, - Card, - injectNotificationManager, - ProgressSpinner, - Toggle, -} from '@modrinth/ui' +import { Button, Card, injectNotificationManager, ProgressSpinner, Toggle } from '@modrinth/ui' import { computed, onMounted, ref } from 'vue' import type { ConnectedPack } from '@/helpers/connected-library' @@ -123,11 +117,7 @@ onMounted(refresh) @keydown.enter="connect" /> -