Added eslint-unused-imports plugin

This commit is contained in:
Zhenya Goroh
2024-10-08 22:06:23 +03:00 Unverified
parent d77b0419b0
commit 708336b383
24 changed files with 46 additions and 97 deletions
-2
View File
@@ -1,7 +1,5 @@
"use client";
import { LOGO_COLORS } from "@/lib/logos";
import { ny } from "@/lib/utils";
import Image from "next/legacy/image";
import React from "react";
import CachedImage from "./CachedImage";