Skip to content

Commit eba72fd

Browse files
authored
fix: added PROJECT_ISSUES_LIST on the imports (#221)
1 parent 4a9b172 commit eba72fd

File tree

1 file changed

+6
-1
lines changed
  • apps/app/pages/[workspaceSlug]/projects/[projectId]/issues

1 file changed

+6
-1
lines changed

apps/app/pages/[workspaceSlug]/projects/[projectId]/issues/[issueId].tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ import { PlusIcon } from "@heroicons/react/24/outline";
2828
import { IIssue, IssueResponse } from "types";
2929
import type { NextPage, NextPageContext } from "next";
3030
// fetch-keys
31-
import { PROJECT_ISSUES_ACTIVITY, ISSUE_DETAILS, SUB_ISSUES } from "constants/fetch-keys";
31+
import {
32+
PROJECT_ISSUES_ACTIVITY,
33+
ISSUE_DETAILS,
34+
SUB_ISSUES,
35+
PROJECT_ISSUES_LIST,
36+
} from "constants/fetch-keys";
3237

3338
const defaultValues = {
3439
name: "",

0 commit comments

Comments
 (0)