Merge pull request #2203 from makeplane/sync/ce-ee

Sync: Community Changes
This commit is contained in:
pushya22
2025-01-15 21:12:50 +05:30
committed by GitHub
6 changed files with 7 additions and 3 deletions

View File

@@ -7,6 +7,7 @@ interface Props {
projectId: string;
workspaceSlug: string;
transferrableIssuesCount: number;
cycleName: string;
}
export const EndCycleModal: React.FC<Props> = () => <></>;

View File

@@ -0,0 +1 @@
export type { ICycleStore } from "@/store/cycle.store";