diff --git a/components/Home/screens/add-playlist.tsx b/components/Home/screens/add-playlist.tsx index 65c26738..16d367f2 100644 --- a/components/Home/screens/add-playlist.tsx +++ b/components/Home/screens/add-playlist.tsx @@ -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({