reorg imports

This commit is contained in:
Breval Ferrari 2025-04-15 19:00:10 -04:00
parent 4df5c27bdd
commit f207ac0b06
Signed by: breval
GPG key ID: A2EEBF62257FF960

View file

@ -14,15 +14,11 @@ mod dynamic {
string::FromUtf8Error,
};
use crate::{
snd::{self, Audio},
txt::{ShivaDocument, Text},
Bendable, IntoDataBytes, TryFromDataBytes,
};
use super::{
img::{self, DynamicImage},
Bytes,
snd::{self, Audio},
txt::{ShivaDocument, Text},
Bendable, Bytes, IntoDataBytes, TryFromDataBytes,
};
use infer::MatcherType;