mirror of
https://github.com/makeplane/plane.git
synced 2026-05-22 00:58:56 -05:00
fix: eslint errors and warnings (#8149)
This commit is contained in:
committed by
GitHub
parent
83fdebf64d
commit
8307badae5
@@ -1,6 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import type { FC } from "react";
|
||||
import { useState } from "react";
|
||||
import { isEmpty } from "lodash-es";
|
||||
import Link from "next/link";
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import type { FC } from "react";
|
||||
import { AlertCircle, CheckCircle2 } from "lucide-react";
|
||||
|
||||
type TBanner = {
|
||||
|
||||
Reference in New Issue
Block a user