mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-22 01:28:28 -05:00
fix build
This commit is contained in:
@@ -3,7 +3,7 @@ import { BaseItemDto } from "@jellyfin/sdk/lib/generated-client/models";
|
||||
import { useQuery } from "@tanstack/react-query";
|
||||
import { QueryKeys } from "../../enums/query-keys";
|
||||
import { fetchRecentlyPlayed, fetchRecentlyPlayedArtists } from "../../api/queries/functions/recents";
|
||||
import { queryClient } from "@/constants/query-client";
|
||||
import { queryClient } from "../../constants/query-client";
|
||||
|
||||
interface HomeContext {
|
||||
refreshing: boolean;
|
||||
|
||||
Reference in New Issue
Block a user