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';