Remove extra import

master
Alex Bethel 2022-01-15 14:20:33 -06:00
parent a5f1cca981
commit 652db1241b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ use specs::prelude::*;
use crate::{
components::{CharRender, MobAction, Mobile, Player, Position},
level::{DungeonLevel, DungeonTile},
level::DungeonLevel,
quit,
};