summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/map-editor/src/View')
-rw-r--r-- | src/map-editor/src/View/SubMenu.elm | 4 | ||||
-rw-r--r-- | src/map-editor/src/View/SubMenu/TileStatus.elm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/map-editor/src/View/SubMenu.elm b/src/map-editor/src/View/SubMenu.elm index 8717ac0..29f1e72 100644 --- a/src/map-editor/src/View/SubMenu.elm +++ b/src/map-editor/src/View/SubMenu.elm @@ -5,7 +5,7 @@ import Html import Html.Attributes -- Shared ---------------------------------------------------------------------- -import Util.Html +import Shared.Util.Html -- Local Module ---------------------------------------------------------------- import Struct.Event @@ -52,4 +52,4 @@ get_html model = ) Nothing -> - (Util.Html.nothing) + (Shared.Util.Html.nothing) diff --git a/src/map-editor/src/View/SubMenu/TileStatus.elm b/src/map-editor/src/View/SubMenu/TileStatus.elm index bc677f3..ef42163 100644 --- a/src/map-editor/src/View/SubMenu/TileStatus.elm +++ b/src/map-editor/src/View/SubMenu/TileStatus.elm @@ -7,7 +7,7 @@ import Html import Html.Attributes -- Shared ---------------------------------------------------------------------- -import Util.Html +import Shared.Util.Html -- Battle ---------------------------------------------------------------------- import Battle.View.Omnimods |