dashboard
repositories
activity
search
login
APPS
/
PAILot
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
fix: project picker uses static styles, larger touch targets and text
Matthias Nott
2026-03-07
e5f741ca0935b33c18dae6a7009987c88bc69241
[APPS/PAILot.git]
/
app
/
index.tsx
1
2
3
4
5
import { Redirect } from "expo-router";
export default function Index() {
return <Redirect href="/chat" />;
}