chore: epic issue analytics improvements (#2025)

This commit is contained in:
Anmol Singh Bhatia
2024-12-24 20:57:22 +05:30
committed by GitHub
parent a736fc6912
commit 81cfc9e09f

View File

@@ -1 +1,7 @@
export * from "ce/helpers/epic-analytics";
import { useIssueTypes } from "../hooks/store";
export const updateEpicAnalytics = () => {
const { updateEpicAnalytics: updateAnalytics } = useIssueTypes();
return { updateAnalytics };
};