MCPcopy Index your code
hub / github.com/code100x/cms / ErrorProps

Interface ErrorProps

src/app/error.tsx:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { Button } from '@/components/ui/button';
5
6interface ErrorProps {
7 error: Error;
8 reset: () => void;
9}
10
11const Error: React.FC<ErrorProps> = ({ error, reset }) => {
12 useEffect(() => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected