fix: added PROJECT_ISSUES_LIST on the imports (#221)

This commit is contained in:
Aaryan Khandelwal 2023-02-01 00:03:16 +05:30 committed by GitHub
parent 4a9b1723ec
commit eba72fd5bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: "",