adding basis for song_editor

This commit is contained in:
Chris Cochrun 2025-02-20 06:55:36 -06:00
parent a36a1d59c6
commit 09b62afc91
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
pub mod editor;
pub mod library;
pub mod presenter;
pub mod song_editor;
pub mod video;