From 8be3ab347186a8ea95a06021bea0349de4b5bcbe Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Mon, 10 Feb 2025 23:10:18 -0600 Subject: [PATCH] fix build --- components/Home/screens/add-playlist.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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({