mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-24 11:59:02 -05:00
clean up global component folder
player styling changes
This commit is contained in:
@@ -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,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 {
|
||||
|
||||
Reference in New Issue
Block a user