Remove extra import
This commit is contained in:
parent
a5f1cca981
commit
652db1241b
|
@ -5,7 +5,7 @@ use specs::prelude::*;
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
components::{CharRender, MobAction, Mobile, Player, Position},
|
components::{CharRender, MobAction, Mobile, Player, Position},
|
||||||
level::{DungeonLevel, DungeonTile},
|
level::DungeonLevel,
|
||||||
quit,
|
quit,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue