Changeset ed8f998 for frontend/src/components/userProfile/ArtistView.tsx
- Timestamp:
- 02/19/26 20:23:01 (5 months ago)
- Branches:
- main
- Children:
- 765e166
- Parents:
- c807e22 (diff), 615dcee (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
frontend/src/components/userProfile/ArtistView.tsx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frontend/src/components/userProfile/ArtistView.tsx
rc807e22 red8f998 6 6 import type { ArtistContribution } from "../../utils/types"; 7 7 import SongItem from "../SongItem"; 8 import { useAuth } from "../../context/authContext"; 8 9 9 10 interface ArtistViewProps {
Note:
See TracChangeset
for help on using the changeset viewer.
