REFACTOR: Align icon imports;

REFACTOR: Remove obsolete `EditButton` component
This commit is contained in:
Chris-1010
2025-02-27 12:28:44 +00:00
parent eb65e71cfb
commit cba900f8e0
14 changed files with 162 additions and 160 deletions

View File

@@ -1,4 +1,4 @@
import { Mail as MailIcon } from "lucide-react";
import { MailIcon } from "lucide-react";
import { useState } from "react";
const Footer = () => {

View File

@@ -1,6 +1,6 @@
import {
ArrowLeft as ArrowLeftIcon,
ArrowRight as ArrowRightIcon,
ArrowLeftIcon,
ArrowRightIcon,
} from "lucide-react";
import React, {
forwardRef,