import React from 'react'; import { Card } from '@/ui/Card'; import { Button } from '@/ui/Button'; import { Box } from '@/ui/Box'; import { Text } from '@/ui/Text'; import { Heading } from '@/ui/Heading'; export function FeedEmptyState() { return ( 🏁 Your feed is warming up As leagues, teams, and friends start racing, this feed will show their latest results, signups, and highlights. ); }