diff --git a/frontend/src/components/ReportTopArtists.tsx b/frontend/src/components/ReportTopArtists.tsx index c55808a..f58153a 100644 --- a/frontend/src/components/ReportTopArtists.tsx +++ b/frontend/src/components/ReportTopArtists.tsx @@ -5,6 +5,7 @@ import { TimePreset } from "../api/entities/time-preset.enum"; import { useTopArtists } from "../hooks/use-api"; import { useAuth } from "../hooks/use-auth"; import { ReportTimeOptions } from "./ReportTimeOptions"; +import { TopListItem } from "./TopListItem"; export const ReportTopArtists: React.FC = () => { const { user } = useAuth(); @@ -53,9 +54,7 @@ export const ReportTopArtists: React.FC = () => { )} {reportHasItems && topArtists.map(({ artist, count }) => ( -