fix build

This commit is contained in:
Violet Caulfield
2025-01-25 09:21:38 -06:00
parent 0a6648a832
commit 713e63fa6e
2 changed files with 2 additions and 3 deletions

View File

@@ -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 {

View File

@@ -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 {