import { CefpIssueMatrixScreen } from "@/features/cefp/cefp-issue-matrix/components/cefp-issue-matrix-screen";

export default function CefpIssueMatrixPage() {
  return <CefpIssueMatrixScreen />;
}
