REFACTOR: Align icon imports;
REFACTOR: Remove obsolete `EditButton` component
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Mail as MailIcon } from "lucide-react";
|
||||
import { MailIcon } from "lucide-react";
|
||||
import { useState } from "react";
|
||||
|
||||
const Footer = () => {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import {
|
||||
ArrowLeft as ArrowLeftIcon,
|
||||
ArrowRight as ArrowRightIcon,
|
||||
ArrowLeftIcon,
|
||||
ArrowRightIcon,
|
||||
} from "lucide-react";
|
||||
import React, {
|
||||
forwardRef,
|
||||
|
||||
Reference in New Issue
Block a user