import { CalendarDays } from "lucide-react"; import { Header } from "@/components/layout/header"; export default function EventsPage() { return (

No collection days yet

Collection days will be available once organizations and locations are configured. Check back after setup is complete.

); }