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,4 +1,5 @@
|
|||
// icons
|
||||
import { TModuleStatus } from "@plane/types";
|
||||
import {
|
||||
ModuleBacklogIcon,
|
||||
ModuleCancelledIcon,
|
||||
|
|
@ -6,9 +7,8 @@ import {
|
|||
ModuleInProgressIcon,
|
||||
ModulePausedIcon,
|
||||
ModulePlannedIcon,
|
||||
} from "components/icons";
|
||||
} from "@/components/icons";
|
||||
// types
|
||||
import { TModuleStatus } from "@plane/types";
|
||||
|
||||
type Props = {
|
||||
status: TModuleStatus;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue