Files
fltr-app/app/(tabs)/index.tsx
2026-03-11 13:43:06 +11:00

6 lines
108 B
TypeScript

import { Redirect } from "expo-router";
export default function () {
return <Redirect href="/home" />;
}