Fix missing imports in Layout.js to resolve deployment ESLint errors
- Added Database, LinkIcon, Code2, and ChevronDown imports from lucide-react - Build now completes successfully without blocking errors - Ready for deployment
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { useState, useEffect, useRef } from 'react';
|
||||
import { Link, useLocation } from 'react-router-dom';
|
||||
import { Home, Hash, FileText, Key, Palette, QrCode, FileSpreadsheet, Wand2, GitCompare, Menu, X } from 'lucide-react';
|
||||
import { Home, Hash, FileText, Key, Palette, QrCode, FileSpreadsheet, Wand2, GitCompare, Menu, X, Database, LinkIcon, Code2, ChevronDown } from 'lucide-react';
|
||||
import ThemeToggle from './ThemeToggle';
|
||||
|
||||
const Layout = ({ children }) => {
|
||||
|
||||
Reference in New Issue
Block a user