Cleanup unused import

This commit is contained in:
scott-c 2019-09-06 19:35:47 +08:00
parent 7838cfa5b2
commit 5f58224f82

@ -6,7 +6,7 @@ use crate::{
};
use common::{
assets::watch::ReloadIndicator,
comp::{ActionState, Body, CharacterState, Equipment},
comp::{Body, CharacterState, Equipment},
};
use hashbrown::HashMap;