fix: eslint fixes and file formatting
This commit is contained in:
parent
473dfc7a5b
commit
53ddef1cd5
954 changed files with 3921 additions and 3809 deletions
|
|
@ -2,13 +2,13 @@ import { useEffect, useRef, useState } from "react";
|
|||
import { Placement } from "@popperjs/core";
|
||||
import { observer } from "mobx-react";
|
||||
import { usePopper } from "react-popper";
|
||||
import { Check, Search } from "lucide-react";
|
||||
import { Combobox } from "@headlessui/react";
|
||||
//components
|
||||
import { Check, Search } from "lucide-react";
|
||||
import { DiceIcon } from "@plane/ui";
|
||||
//store
|
||||
import { cn } from "helpers/common.helper";
|
||||
import { useApplication, useModule } from "hooks/store";
|
||||
import { cn } from "@/helpers/common.helper";
|
||||
import { useApplication, useModule } from "@/hooks/store";
|
||||
//hooks
|
||||
//icon
|
||||
//types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue