diff --git a/components/settings/UserInfo.tsx b/components/settings/UserInfo.tsx index d910028f..0bd2887a 100644 --- a/components/settings/UserInfo.tsx +++ b/components/settings/UserInfo.tsx @@ -1,5 +1,5 @@ import { apiAtom, useJellyfin, userAtom } from "@/providers/JellyfinProvider"; -import Application from "expo-application"; +import * as Application from "expo-application"; import Constants from "expo-constants"; import { useAtom } from "jotai"; import { useTranslation } from "react-i18next";