some more cleanup

This commit is contained in:
Chris Cochrun 2025-09-28 14:27:08 -05:00
parent 5e3ab8a22b
commit a3516ef70c
20 changed files with 87 additions and 104 deletions

View file

@ -12,7 +12,7 @@ use crate::Slide;
use super::images::Image;
use super::presentations::Presentation;
use super::songs::{Song, lisp_to_song};
use super::songs::{lisp_to_song, Song};
use super::videos::Video;
use super::kinds::ServiceItemKind;