mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-14 07:18:36 -05:00
fix build
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user