Remove unnecessary packages

This commit is contained in:
2022-08-21 23:11:28 +01:00
parent 76b3b74f20
commit df905ce2cc
36 changed files with 44 additions and 142 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ module Dodge.Room (
module Dodge.Room.RoadBlock,
module Dodge.Room.LasTurret,
module Dodge.Room.Foreground,
module Dodge.LevelGen.Data,
module Dodge.LevelGen.PlacementHelper,
module Dodge.Room.Procedural,
module Dodge.Room.Corridor,
module Dodge.Room.Link,
@@ -28,7 +28,7 @@ module Dodge.Room (
module Dodge.Room.Pillar,
) where
import Dodge.LevelGen.Data
import Dodge.LevelGen.PlacementHelper
import Dodge.Room.Airlock
import Dodge.Room.BlinkAcross
import Dodge.Room.Boss