From b14b6f8c66c57eea43e8e356866efcf6830a2973 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sat, 25 Jan 2025 17:37:00 -0600 Subject: [PATCH] fix build --- components/CarPlay/Home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/CarPlay/Home.tsx b/components/CarPlay/Home.tsx index 2b53111f..b6badf72 100644 --- a/components/CarPlay/Home.tsx +++ b/components/CarPlay/Home.tsx @@ -1,4 +1,4 @@ -import { fetchRecentlyPlayedArtists } from "@/api/queries/functions/recents"; +import { fetchRecentlyPlayedArtists } from "../../api/queries/functions/recents"; import { GridTemplate } from "react-native-carplay"; const recentArtists = fetchRecentlyPlayedArtists()