Skip to content

Commit

Permalink
fix: added PROJECT_ISSUES_LIST on the imports (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaryan610 committed Jan 31, 2023
1 parent 4a9b172 commit eba72fd
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ import { PlusIcon } from "@heroicons/react/24/outline";
import { IIssue, IssueResponse } from "types";
import type { NextPage, NextPageContext } from "next";
// fetch-keys
import { PROJECT_ISSUES_ACTIVITY, ISSUE_DETAILS, SUB_ISSUES } from "constants/fetch-keys";
import {
PROJECT_ISSUES_ACTIVITY,
ISSUE_DETAILS,
SUB_ISSUES,
PROJECT_ISSUES_LIST,
} from "constants/fetch-keys";

const defaultValues = {
name: "",
Expand Down

1 comment on commit eba72fd

@vercel
Copy link

@vercel vercel bot commented on eba72fd Jan 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.