fix build

This commit is contained in:
Violet Caulfield
2024-10-20 09:36:22 -05:00
parent 0e8e77dcf0
commit 4cf5e1ce75
@@ -4,7 +4,7 @@ import { useApiClientContext } from "../../jellyfin-api-provider";
import _ from "lodash";
import * as Keychain from "react-native-keychain"
import { JellyfinCredentials } from "../../../api/types/jellyfin-credentials";
import { Button, H2, Input,, View } from "tamagui";
import { Button, H2, Input, View } from "tamagui";
import { client } from "../../../api/client";
export default function ServerAuthentication(): React.JSX.Element {