Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
const
Hello = () => {
2
return
<div className=
"text-6xl"
>Hello from DevsInTech</div>;
3
};
4
5
export
default Hello;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected