adding the song_editor.rs file

This will eventually hold the logic for the SongEditor.qml file
This commit is contained in:
Chris Cochrun 2023-09-25 06:04:25 -05:00
parent 0d2de5e252
commit 73afb0c9e2

View file

@ -1 +1,6 @@
mod song_editor; mod song_editor {
pub enum Yes {
Yes,
No,
}
}