dashboard
repositories
activity
search
login
APPS
/
PAILot
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
feat: initial PAILot app — voice-first AI communicator
Matthias Nott
2026-03-02
aca79f31767ae6f03f47a284f3d0e80850c5fb02
[APPS/PAILot.git]
/
app
/
index.tsx
1
2
3
4
5
import { Redirect } from "expo-router";
export default function Index() {
return <Redirect href="/chat" />;
}