import { Ticket } from 'lucide-react'; import TicketListings from './TicketListings'; export default function Page() { return ( <> ); }