Cleanup unused import

This commit is contained in:
scott-c 2019-09-06 19:35:47 +08:00
parent 930e075ad1
commit fcdb0843fc

View File

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