import { LostFoundDashboard } from "@/components/lost-found-dashboard";

export default function HomePage() {
  return <LostFoundDashboard />;
}
