dashboard
repositories
activity
search
login
APPS
/
PAILot
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
feat: per-session typing, incoming toast, remove switched-to messages
Matthias Nott
2026-03-08
d832f656599b153be8826bc43e1832209b2a1bf6
[APPS/PAILot.git]
/
app
/
index.tsx
1
2
3
4
5
import { Redirect } from "expo-router";
export default function Index() {
return <Redirect href="/chat" />;
}