This commit is contained in:
Violet Caulfield
2025-02-01 11:25:14 -06:00
parent 49e610f936
commit d370c0afc8
+2 -3
View File
@@ -1,10 +1,8 @@
import React, { useState } from "react";
import _ from "lodash";
import { useMutation } from "@tanstack/react-query";
import { JellifyServer } from "../../../types/JellifyServer";
import { Input, Spacer, Spinner, XStack, ZStack } from "tamagui";
import { H1, Input, Spacer, Spinner, XStack, ZStack } from "tamagui";
import { SwitchWithLabel } from "../../Global/helpers/switch-with-label";
import { H1 } from "../../Global/helpers/text";
import Button from "../../Global/helpers/button";
import { http, https } from "../utils/constants";
import { JellyfinInfo } from "../../../api/info";
@@ -13,6 +11,7 @@ import { getSystemApi } from "@jellyfin/sdk/lib/utils/api/system-api";
import { SafeAreaView } from "react-native-safe-area-context";
import Client from "../../../api/client";
import { useAuthenticationContext } from "../provider";
import { useMutation } from "@tanstack/react-query";
export default function ServerAddress(): React.JSX.Element {