From ec658b1546883d6f24492775b86688112e1db9fd Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Tue, 18 Feb 2025 22:39:32 -0600 Subject: [PATCH] fix build --- components/Discover/helpers/just-added.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Discover/helpers/just-added.tsx b/components/Discover/helpers/just-added.tsx index 81c10cc3..69c2c79c 100644 --- a/components/Discover/helpers/just-added.tsx +++ b/components/Discover/helpers/just-added.tsx @@ -4,7 +4,7 @@ import { NativeStackNavigationProp } from "@react-navigation/native-stack"; import { QueryKeys } from "../../../enums/query-keys"; import { fetchRecentlyAdded } from "../../../api/queries/functions/recents"; import HorizontalCardList from "../../../components/Global/components/horizontal-list"; -import { ItemCard } from "@/components/Global/components/item-card"; +import { ItemCard } from "../../../components/Global/components/item-card"; export default function RecentlyAdded({ navigation