import { View } from 'react-native';

// _layout.tsx handles auth-based routing — this screen is never visibly shown
export default function Index() {
  return <View />;
}
