// app/(workout)/_layout.tsx import { Stack } from 'expo-router'; export default function WorkoutLayout() { return ( ); }