adding text items to slides

This commit is contained in:
Chris Cochrun 2025-01-15 10:59:18 -06:00
parent 43dce4dca4
commit 2695d1b70f
2 changed files with 65 additions and 39 deletions

View file

@ -5,7 +5,7 @@ use std::{
fmt::Display,
path::{Path, PathBuf},
};
use tracing::error;
use tracing::{debug, error};
use super::songs::Song;