summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/map-editor')
-rw-r--r-- | src/map-editor/src/Struct/HelpRequest.elm | 3 | ||||
-rw-r--r-- | src/map-editor/src/Struct/Model.elm | 4 |
2 files changed, 1 insertions, 6 deletions
diff --git a/src/map-editor/src/Struct/HelpRequest.elm b/src/map-editor/src/Struct/HelpRequest.elm index 774ecdc..61bf3aa 100644 --- a/src/map-editor/src/Struct/HelpRequest.elm +++ b/src/map-editor/src/Struct/HelpRequest.elm @@ -2,8 +2,7 @@ module Struct.HelpRequest exposing (Type(..)) -- Elm ------------------------------------------------------------------------- --- Battlemap ------------------------------------------------------------------- -import Struct.Toolbox +-- Map Editor ------------------------------------------------------------------ -------------------------------------------------------------------------------- -- TYPES ----------------------------------------------------------------------- diff --git a/src/map-editor/src/Struct/Model.elm b/src/map-editor/src/Struct/Model.elm index e8135f1..70b840f 100644 --- a/src/map-editor/src/Struct/Model.elm +++ b/src/map-editor/src/Struct/Model.elm @@ -10,8 +10,6 @@ module Struct.Model exposing ) -- Elm ------------------------------------------------------------------------- -import Array - import Dict -- Map ------------------------------------------------------------------- @@ -24,8 +22,6 @@ import Struct.TilePattern import Struct.Toolbox import Struct.UI -import Util.Array - -------------------------------------------------------------------------------- -- TYPES ----------------------------------------------------------------------- -------------------------------------------------------------------------------- |