fix build

This commit is contained in:
Violet Caulfield
2025-02-10 23:10:18 -06:00
parent a93a82f5e4
commit 8be3ab3471
+5 -5
View File
@@ -2,14 +2,14 @@ import { Label } from "../../../components/Global/helpers/text";
import Input from "../../../components/Global/helpers/input";
import React, { useState } from "react";
import { View, XStack } from "tamagui";
import Button from "@/components/Global/helpers/button";
import Button from "../../../components/Global/helpers/button";
import { NativeStackNavigationProp } from "@react-navigation/native-stack";
import { StackParamList } from "@/components/types";
import { StackParamList } from "../../../components/types";
import { useMutation } from "@tanstack/react-query";
import { createPlaylist } from "@/api/mutations/functions/playlists";
import { createPlaylist } from "../../../api/mutations/functions/playlists";
import { trigger } from "react-native-haptic-feedback";
import { queryClient } from "@/constants/query-client";
import { QueryKeys } from "@/enums/query-keys";
import { queryClient } from "../../../constants/query-client";
import { QueryKeys } from "../../../enums/query-keys";
export default function AddPlaylist({