feat(domain): add Song, Section, LyricLine, ChordPosition types
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
pub mod note;
|
||||
pub mod chord;
|
||||
pub mod song;
|
||||
|
||||
pub use note::Note;
|
||||
pub use chord::Chord;
|
||||
pub use song::{ChordPosition, LyricLine, Section, SectionKind, SongMeta, Song};
|
||||
|
||||
Reference in New Issue
Block a user