Skip to content

Commit 9736f2b

Browse files
bndct-devopsclaude
andcommitted
fix: remove unused Layers import breaking Docker build
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 401d9b6 commit 9736f2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/pages/BookDetailPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { useEffect, useRef, useState } from 'react'
22
import { useParams, useNavigate, Link } from 'react-router-dom'
33
import {
44
BookOpen, Camera, Download, Edit2, Save, X,
5-
Calendar, Globe, Hash, Building2, AlignLeft, Layers, FileText, Trash2, Loader2,
5+
Calendar, Globe, Hash, Building2, AlignLeft, FileText, Trash2, Loader2,
66
Sparkles, Library, Check, BookMarked, ChevronLeft, ChevronRight,
77
Tag as TagIcon
88
} from 'lucide-react'

0 commit comments

Comments
 (0)