dashboard
repositories
activity
search
login
APPS
/
PAILot
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
feat: multi-image upload and catch_up message delivery
Matthias Nott
2026-03-15
e25bdba29f49b1b55a8a8cccdc4583aea3c101ed
[APPS/PAILot.git]
/
app
/
index.tsx
1
2
3
4
5
import { Redirect } from "expo-router";
export default function Index() {
return <Redirect href="/chat" />;
}