Remove unused import of Globe icon from Header component

This commit is contained in:
Your Name
2026-03-03 11:14:49 +02:00
parent 071c66d3b1
commit b719fcbe13
2 changed files with 3232 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
import { useState, useEffect, useRef } from 'react';
import { Link } from 'react-router-dom';
import { useTranslation } from 'react-i18next';
import { FileText, Globe, Moon, Sun, Menu, X, ChevronDown } from 'lucide-react';
import { FileText, Moon, Sun, Menu, X, ChevronDown } from 'lucide-react';
// ...existing code...
interface LangOption {
code: string;
label: string;