'use client' import { Alert, AlertDescription, AlertTitle } from '@/components/ui/alert' import { Button } from '@/components/ui/button' import { AlertTriangle } from 'lucide-react' interface ErrorProps { error: Error & { digest?: string } reset: () => void } export default function Error({ reset }: ErrorProps) { return (
We encountered an error while loading the artists page. Please try again or contact support if the problem persists.