fix: eslint fixes and file formatting
This commit is contained in:
parent
473dfc7a5b
commit
53ddef1cd5
954 changed files with 3921 additions and 3809 deletions
|
|
@ -5,7 +5,7 @@ import { UseFormWatch } from "react-hook-form";
|
|||
// ui
|
||||
import { Button } from "@plane/ui";
|
||||
// types
|
||||
import { IUserDetails, SingleUserSelect, TFormValues, TIntegrationSteps } from "components/integration";
|
||||
import { IUserDetails, SingleUserSelect, TFormValues, TIntegrationSteps } from "@/components/integration";
|
||||
|
||||
type Props = {
|
||||
handleStepChange: (value: TIntegrationSteps) => void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue