()
| 2 | import { Alert, AlertTitle, AlertDescription } from "./ui/alert"; |
| 3 | |
| 4 | export default function ErrorMessage() { |
| 5 | return ( |
| 6 | <Alert className="border-none"> |
| 7 | <Terminal className="h-4 w-4" /> |
| 8 | <AlertTitle>An error occurred </AlertTitle> |
| 9 | <AlertDescription> |
| 10 | Please try again later or contact support. |
| 11 | </AlertDescription> |
| 12 | </Alert> |
| 13 | ); |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…