/** * Auth layout - for login/pairing screens */ import { Stack } from 'expo-router'; import { colors } from '@/lib/theme'; export default function AuthLayout() { return ( ); }