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