ERP-node/frontend/app/(pop)/work/page.tsx

9 lines
123 B
TypeScript
Raw Normal View History

2026-01-07 14:31:04 +09:00
"use client";
import { PopApp } from "@/components/pop";
export default function PopWorkPage() {
return <PopApp />;
}