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