mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-25 12:38:39 -06:00
fix build
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React from "react";
|
||||
import { Square, Theme, useTheme } from "tamagui";
|
||||
import { Square, Theme } from "tamagui";
|
||||
import Icon from "./icon";
|
||||
|
||||
interface IconButtonProps {
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
import { State } from "react-native-track-player";
|
||||
import { Colors } from "react-native/Libraries/NewAppScreen";
|
||||
import { Spinner, View } from "tamagui";
|
||||
import Icon from "../../Global/helpers/icon";
|
||||
import { usePlayerContext } from "../../../player/provider";
|
||||
import IconButton from "@/components/Global/helpers/icon-button";
|
||||
import IconButton from "../../../components/Global/helpers/icon-button";
|
||||
|
||||
export default function PlayPauseButton() : React.JSX.Element {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user