MCPcopy
hub / github.com/unicity-sphere/sphere / Props

Interface Props

src/components/MaintenanceScreen.tsx:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface Props {
2 message?: string | null;
3}
4
5const DEFAULT_MESSAGE = "Marketplace is temporarily unavailable — we'll be back soon";
6

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected