'use client'; import { Stack } from '@/ui/Stack'; import { Text } from '@/ui/Text'; import { Box } from '@/ui/Box'; import { Surface } from '@/ui/Surface'; import { Icon } from '@/ui/Icon'; import { Search } from 'lucide-react'; export function RacesEmptyState() { return ( No races found. No races match the current filters. ); }