import FloatingCartBar from '@/components/floating-cart-bar'; import { tw } from 'common-ui'; import { Stack } from 'expo-router'; import { View } from 'react-native'; export default function StoresLayout() { return ( <> ); }