clean up global component folder

player styling changes
This commit is contained in:
Violet Caulfield
2025-01-09 06:50:54 -06:00
parent 8a1a9ff1c3
commit 6a87a35bda
29 changed files with 39 additions and 40 deletions
@@ -1,4 +1,4 @@
import { Text } from "@/components/Global/text";
import { Text } from "@/components/Global/helpers/text";
import { useApiClientContext } from "@/components/jellyfin-api-provider";
import React from "react";
import { View } from "tamagui";
@@ -3,7 +3,7 @@ import { useApiClientContext } from "../../jellyfin-api-provider";
import MaterialCommunityIcons from "react-native-vector-icons/MaterialCommunityIcons";
import { H5, Text, XStack, YStack } from "tamagui";
import { Colors } from "../../../enums/colors";
import Icon from "../../Global/icon";
import Icon from "../../Global/helpers/icon";
export default function ServerDetails() : React.JSX.Element {
+1 -1
View File
@@ -1,5 +1,5 @@
import React from "react";
import Button from "../../Global/button";
import Button from "../../Global/helpers/button";
import { useApiClientContext } from "../../jellyfin-api-provider";
export default function SignOut(): React.JSX.Element {