import RunEditor from "./RunEditor"; export default function Page({ params, }: { params: { projectId: string; runId: string }; }) { return ; }