MCPcopy Index your code
hub / github.com/Seanium/ChatMap / MapErrorProps

Interface MapErrorProps

components/map-error.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"
5
6interface MapErrorProps {
7 message: string
8}
9
10export default function MapError({ message }: MapErrorProps) {
11 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected