Files
imexmobile/app/index.tsx
2025-10-07 15:35:03 -07:00

6 lines
115 B
TypeScript

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