Files
sub2api-mobile/app/(tabs)/index.tsx
2026-03-07 23:33:33 +08:00

6 lines
122 B
TypeScript

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