Remove unused import of Globe icon from Header component
This commit is contained in:
3230
frontend/package-lock.json
generated
Normal file
3230
frontend/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
|||||||
import { useState, useEffect, useRef } from 'react';
|
import { useState, useEffect, useRef } from 'react';
|
||||||
import { Link } from 'react-router-dom';
|
import { Link } from 'react-router-dom';
|
||||||
import { useTranslation } from 'react-i18next';
|
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 {
|
interface LangOption {
|
||||||
code: string;
|
code: string;
|
||||||
label: string;
|
label: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user