import { Spinner, YStack, YStackProps } from 'tamagui' export const LoadingOverlay = (props: YStackProps) => { return ( ) }