fix: eslint fixes and file formatting

This commit is contained in:
sriram veeraghanta
2024-03-19 20:08:35 +05:30
parent 473dfc7a5b
commit 53ddef1cd5
954 changed files with 3921 additions and 3809 deletions

View File

@@ -1,17 +1,17 @@
import React from "react";
import Link from "next/link";
import Image from "next/image";
import Link from "next/link";
import { useTheme } from "next-themes";
// hooks
import { useUser } from "hooks/store";
// components
import { Button, TButtonVariant } from "@plane/ui";
import { ComicBoxButton } from "./comic-box-button";
// constant
import { EMPTY_STATE_DETAILS, EmptyStateType } from "constants/empty-state";
import { EMPTY_STATE_DETAILS, EmptyStateType } from "@/constants/empty-state";
// helpers
import { cn } from "helpers/common.helper";
import { cn } from "@/helpers/common.helper";
import { useUser } from "@/hooks/store";
import { ComicBoxButton } from "./comic-box-button";
export type EmptyStateProps = {
type: EmptyStateType;