Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import { Redirect } from
'expo-router'
;
2
3
const Home = () => {
4
return <Redirect href={
'login'
}></Redirect>;
5
};
6
7
export default Home;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected