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