package templates import ( "bookhoard/internal/handlers" "fmt" ) // ProgressSyncModal shows progress from all devices for manual review templ ProgressSyncModal(book handlers.MediaDetail) { } // NotesHighlightsModal - Placeholder for future feature templ NotesHighlightsModal(book handlers.MediaDetail) { }