MCPcopy 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

2import { Appbar } from "../components/Appbar";
3
4export const AppbarClient = () => {
5 return <Appbar />;
6};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected