Index: frontend/src/components/userProfile/ArtistView.tsx
===================================================================
--- frontend/src/components/userProfile/ArtistView.tsx	(revision 0f71490112c86ba2e2d18bbf12dac1b42e534433)
+++ frontend/src/components/userProfile/ArtistView.tsx	(revision 77e572b1384712e7d7e1156b69cc0aa2ae48998f)
@@ -1,5 +1,5 @@
 import { useNavigate } from "react-router-dom";
-import { Music, Disc3, Mic2 } from "lucide-react";
-import type { ArtistContributionDTO } from "../../types";
+import { Music, Disc3 } from "lucide-react";
+import type { ArtistContributionDTO } from "../../utils/types";
 
 interface ArtistViewProps {
