import CasesPane from "./CasesPane"; export default function Page({ params, }: { params: { projectId: string; folderId: string }; }) { return ( <> ); }