Changeset 98992cf for frontend/src/components/userProfile/ArtistView.tsx
- Timestamp:
- 01/30/26 00:08:04 (5 months ago)
- Branches:
- main
- Children:
- 2b08bed
- Parents:
- 6de2873
- File:
-
- 1 edited
-
frontend/src/components/userProfile/ArtistView.tsx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/components/userProfile/ArtistView.tsx
r6de2873 r98992cf 1 1 import { useNavigate } from "react-router-dom"; 2 2 import { Music, Disc3 } from "lucide-react"; 3 import type { ArtistContribution DTO} from "../../utils/types";3 import type { ArtistContribution } from "../../utils/types"; 4 4 5 5 interface ArtistViewProps { 6 contributions: ArtistContribution DTO[];6 contributions: ArtistContribution[]; 7 7 } 8 8
Note:
See TracChangeset
for help on using the changeset viewer.
