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()