fix: eslint fixes and file formatting
This commit is contained in:
parent
473dfc7a5b
commit
53ddef1cd5
954 changed files with 3921 additions and 3809 deletions
|
|
@ -1,11 +1,11 @@
|
|||
import { observer } from "mobx-react-lite";
|
||||
import { IWorkspaceIntegration } from "@plane/types";
|
||||
// hooks
|
||||
import { Button } from "@plane/ui";
|
||||
import { useApplication } from "hooks/store";
|
||||
import useIntegrationPopup from "hooks/use-integration-popup";
|
||||
import { useApplication } from "@/hooks/store";
|
||||
import useIntegrationPopup from "@/hooks/use-integration-popup";
|
||||
// ui
|
||||
// types
|
||||
import { IWorkspaceIntegration } from "@plane/types";
|
||||
|
||||
type Props = {
|
||||
workspaceIntegration: false | IWorkspaceIntegration | undefined;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue