fix: eslint config and errors
This commit is contained in:
parent
a72d095e60
commit
b8ee986636
72 changed files with 153 additions and 181 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { EIssuesStoreType } from "@/constants/issue";
|
||||
import { createContext, useContext } from "react";
|
||||
import { EIssuesStoreType } from "@/constants/issue";
|
||||
import { useIssues } from "./store";
|
||||
|
||||
export const IssuesStoreContext = createContext<EIssuesStoreType>(EIssuesStoreType.PROJECT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue