Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Borrus-sudo/tinypages
/ Counter
Function
Counter
example/components/Counter.jsx:1–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
const Counter = () => {
2
return (
3
<div>
4
Hello hello check
5
</div>
6
);
7
};
8
9
export default Counter;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected