From 9d9ce8072a515a6a05b889f30f14d2e3a5668c75 Mon Sep 17 00:00:00 2001 From: gauthier-th Date: Mon, 26 May 2025 18:00:08 +0200 Subject: [PATCH] style: run prettier --- src/components/Login/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Login/index.tsx b/src/components/Login/index.tsx index dd7d6f7f..73d2748f 100644 --- a/src/components/Login/index.tsx +++ b/src/components/Login/index.tsx @@ -1,8 +1,8 @@ import EmbyLogo from '@app/assets/services/emby-icon-only.svg'; import JellyfinLogo from '@app/assets/services/jellyfin-icon.svg'; import PlexLogo from '@app/assets/services/plex.svg'; -import Button from '@app/components/Common/Button'; import Image from '@app/components/Common/BaseImage'; +import Button from '@app/components/Common/Button'; import ImageFader from '@app/components/Common/ImageFader'; import PageTitle from '@app/components/Common/PageTitle'; import LanguagePicker from '@app/components/Layout/LanguagePicker';