import { ExecutionWorkbench } from "@/components/workbench/ExecutionWorkbench"; export default function Page() { return <ExecutionWorkbench />; }