Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nraiden/openv0
/ Props
Interface
Props
webapps-starters/react/shadcn/src/components/Fallback.tsx:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import { cn } from
'@/lib/utils'
;
3
4
interface Props {
5
className?: string;
6
}
7
8
export default function Fallback({ className }: Props) {
9
return (
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected