| 1 | import React, { useRef, useCallback } from 'react'; |
| 2 | import { Eye, Edit3, Copy, Check, X, ImageIcon, Pencil, ChevronLeft, ChevronRight, ChevronUp, ChevronDown, Plus, Trash2, LayoutGrid, Book, Play, Globe, Upload, Info, Film, FolderOpen, FileText, Link } from 'lucide-react'; |
| 3 | import { WaypointsIcon } from './icons/WaypointsIcon'; |
| 4 | import { getLocalized, getVideoEmbedInfo } from '../utils/helpers'; |
nothing calls this directly
no test coverage detected