/** * Auth Layout * * Layout for authentication screens */ import { Stack } from 'expo-router'; export default function AuthLayout() { return ( ); }