fix: node aspect drawable

This commit is contained in:
Nova
2023-02-09 03:58:56 -05:00
parent 3d57bed1c0
commit e5acb3013f
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};