fix: modules mutation, updated dummy content (#165)

* fix: modules mutation, updated dummy content

* fix: 404 page

* feat: added plausible script

* feat: added plausible to doc
This commit is contained in:
Aaryan Khandelwal
2023-01-11 16:40:25 +05:30
committed by GitHub
parent 1b7fb358fc
commit 9737b80dcb
12 changed files with 6724 additions and 51 deletions

View File

@@ -30,7 +30,7 @@ export interface CycleIssueResponse {
cycle: string;
}
export type SelectSprintType =
export type SelectCycleType =
| (ICycle & { actionType: "edit" | "delete" | "create-issue" })
| undefined;