fix: eslint errors and warnings (#8149)

This commit is contained in:
sriram veeraghanta
2025-11-20 19:31:22 +05:30
committed by GitHub
parent 83fdebf64d
commit 8307badae5
137 changed files with 97 additions and 216 deletions
@@ -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 = {