import { Stack } from 'expo-router'; import { useTranslation } from 'react-i18next'; import { useColors } from '../../lib/theme'; export default function HelpLayout() { const { t } = useTranslation(); const colors = useColors(); return ( ); }