Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/daily-code
/ AdminPage
Function
AdminPage
apps/web/app/admin/page.tsx:4–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import { Admin } from
"../../screens/Admin"
;
3
4
export default async function AdminPage() {
5
return (
6
<>
7
<AppbarClient />
8
<Admin />
9
</>
10
);
11
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected