Added eslint-unused-imports plugin

This commit is contained in:
Zhenya Goroh
2024-10-08 22:06:23 +03:00
parent d77b0419b0
commit 708336b383
24 changed files with 46 additions and 97 deletions

View File

@@ -3,14 +3,8 @@
import { ArrowRightIcon } from "@radix-ui/react-icons";
import { useInView } from "framer-motion";
import { useRef } from "react";
import AnimatedGradientText from "./ui/animated-gradient-text";
import { Button } from "./ui/button";
import { BorderBeam } from "./ui/border-beam";
import { ny } from "@/lib/utils";
import { ChevronDown, ChevronRight } from "lucide-react";
import Particles from "./ui/particles";
import Image from "next/legacy/image";
import Link from "next/link";
import { ChevronDown } from "lucide-react";
import CoolHeaderText from "./cool-header-text";
export default function Header() {
const ref = useRef(null);