import CaseEditor from "./case-editor"; export default function Page({ params, }: { params: { projectId: string; folderId: string; caseId: string }; }) { return ( ); }