diff --git a/app/admin/artists/[id]/page.tsx b/app/admin/artists/[id]/page.tsx index 8a96bd407..d6179009e 100644 --- a/app/admin/artists/[id]/page.tsx +++ b/app/admin/artists/[id]/page.tsx @@ -3,6 +3,7 @@ import { useState, useEffect } from 'react' import { useParams } from 'next/navigation' import { ArtistForm } from '@/components/admin/artist-form' +import { PortfolioManager } from '@/components/admin/portfolio-manager' import { useToast } from '@/hooks/use-toast' import type { Artist } from '@/types/database' @@ -57,7 +58,7 @@ export default function EditArtistPage() {
- Update {artist.name}'s information and portfolio + Update {artist.name}'s information and portfolio
- +{stats.recentUploads} this week -
-- Portfolio engagement -
-- Out of 5.0 stars -
-- R2 storage usage -
-