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,12 +1,12 @@
|
|||
import React from "react";
|
||||
|
||||
// ui
|
||||
import { Disclosure, Transition } from "@headlessui/react";
|
||||
import { ChevronDown, ChevronUp } from "lucide-react";
|
||||
import { Disclosure, Transition } from "@headlessui/react";
|
||||
import { IProject } from "@plane/types";
|
||||
import { Button, Loader } from "@plane/ui";
|
||||
// icons
|
||||
// types
|
||||
import { IProject } from "@plane/types";
|
||||
|
||||
export interface IDeleteProjectSection {
|
||||
projectDetails: IProject;
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
import { FC } from "react";
|
||||
import { observer } from "mobx-react-lite";
|
||||
import { FileText, Inbox } from "lucide-react";
|
||||
import { IProject } from "@plane/types";
|
||||
// ui
|
||||
import { ContrastIcon, DiceIcon, PhotoFilterIcon, ToggleSwitch, setPromiseToast } from "@plane/ui";
|
||||
// hooks
|
||||
import { useEventTracker, useProject, useUser } from "hooks/store";
|
||||
import { useEventTracker, useProject, useUser } from "@/hooks/store";
|
||||
// types
|
||||
import { IProject } from "@plane/types";
|
||||
|
||||
type Props = {
|
||||
workspaceSlug: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue