mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: eslint fixes and file formatting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user