fix: node aspect drawable

This commit is contained in:
Nova
2023-02-09 03:58:56 -05:00
parent 40e7c6cd20
commit 37f283b393
2 changed files with 2 additions and 8 deletions

View File

@@ -31,9 +31,8 @@ use crate::core::client::Client;
use crate::core::registry::Registry;
use self::alias::Alias;
use self::data::{PulseReceiver, PulseSender};
use self::audio::Sound;
use self::data::{PulseReceiver, PulseSender};
use self::drawable::Drawable;
use self::fields::Field;
use self::input::{InputHandler, InputMethod};