"use client";
import { PopDashboard } from "@/components/pop/dashboard";
export default function PopPage() {
return <PopDashboard />;
}