MCPcopy
hub / github.com/wandb/openui / Properties

Interface Properties

frontend/src/components/LoadingOrError.tsx:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { ReactElement } from 'react'
2
3interface Properties {
4 error?: Error
5}
6export default function LoadingOrError({ error }: Properties): ReactElement {
7 return (
8 <div className='flex min-h-screen flex-col items-center justify-center'>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected