import OverviewHomePage from "@/components/overview/OverviewHomePage"; export default function ProtectedEntryPage() { return <OverviewHomePage />; }