trying to make drag and drop work
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
Chris Cochrun 2025-08-21 15:28:40 -05:00
parent 46794578b3
commit bec21239a5
3 changed files with 31 additions and 23 deletions

View file

@ -3,11 +3,11 @@ use crate::core::model::LibraryKind;
pub mod double_ended_slider;
pub mod library;
pub mod presenter;
pub mod slide_editor;
pub mod song_editor;
pub mod text_svg;
pub mod video;
pub mod widgets;
pub mod slide_editor;
pub enum EditorMode {
Song,