MCPcopy 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

2import Signin from "../../components/Signin";
3
4const SigninPage = async () => {
5 return <Suspense> <Signin /> </Suspense>;
6};
7
8export default SigninPage;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected