MCPcopy Create free account
hub / github.com/code100x/chess / Home

Function Home

apps/native/app/index.tsx:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import { Redirect } from 'expo-router';
2
3const Home = () => {
4 return <Redirect href={'login'}></Redirect>;
5};
6
7export default Home;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected