MCPcopy Create free account
hub / github.com/devs-in-tech/DevsInTech / Hello

Function Hello

src/components/Hello.js:1–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1const Hello = () => {
2 return <div className="text-6xl">Hello from DevsInTech</div>;
3};
4
5export default Hello;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected