import { redirect } from "next/navigation";

export default function PswgDashboardPage() {
    redirect("/pswg/dashboard/plenary");
}
