page.tsx 149 B

12345
  1. import { ExecutionWorkbench } from "@/components/workbench/ExecutionWorkbench";
  2. export default function Page() {
  3. return <ExecutionWorkbench />;
  4. }