"use client"; import Box from "@mui/material/Box"; import PoWorkbenchShell from "@/components/PoWorkbench/PoWorkbenchShell"; export default function PoWorkbenchPageClient() { return ( ); }