Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/daily-code
/ AppbarClient
Function
AppbarClient
apps/web/components/AppbarClient.tsx:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import { Appbar } from
"../components/Appbar"
;
3
4
export const AppbarClient = () => {
5
return <Appbar />;
6
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected