build fixes (#223)

This commit is contained in:
sriram veeraghanta 2023-02-01 00:28:50 +05:30 committed by GitHub
parent d2df3330fa
commit 155c392467
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: "",