import { View } from 'react-native'; import { UI } from '@/constants/uiTheme'; export function DashboardSkeleton() { return ( {[1, 2, 3].map((k) => ( ))} {[1, 2, 3].map((k) => ( ))} ); }