MCPcopy Create free account
hub / github.com/TornadoInsight/Sora-FullStack / Error

Function Error

src/app/error.tsx:9–15  ·  view source on GitHub ↗
({error, reset}: Props)

Source from the content-addressed store, hash-verified

7}
8
9export default function Error({error, reset}: Props) {
10 useEffect(() => {
11 console.error(error)
12 }, [error])
13
14 return <div>not found</div>
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected