import { Stack } from 'expo-router'; import { AppColors } from '@/constants/theme'; export default function AuthLayout() { return ( ); }