MCPcopy Create free account
hub / github.com/evolify/dumpfun / Empty

Function Empty

common/components/empty/index.tsx:1–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export default function Empty() {
2 return (
3 <div className="flex items-center justify-center h-screen">
4 <div className="text-center">
5 <h1 className="text-2xl text-gray-500 font-light">No data</h1>
6 </div>
7 </div>
8 )
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected