removing unused imports
This commit is contained in:
parent
89294061b7
commit
7dd603ab09
|
@ -13,10 +13,8 @@ use cosmic::{
|
||||||
|
|
||||||
use crate::core::{
|
use crate::core::{
|
||||||
images::Image,
|
images::Image,
|
||||||
kinds::ServiceItemKind,
|
|
||||||
model::{get_db, LibraryKind, Model},
|
model::{get_db, LibraryKind, Model},
|
||||||
presentations::Presentation,
|
presentations::Presentation,
|
||||||
service_items::ServiceItemModel,
|
|
||||||
songs::Song,
|
songs::Song,
|
||||||
videos::Video,
|
videos::Video,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue