summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/battle/src/View/Map.elm')
-rw-r--r--src/battle/src/View/Map.elm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/battle/src/View/Map.elm b/src/battle/src/View/Map.elm
index babfcaf..5b0182e 100644
--- a/src/battle/src/View/Map.elm
+++ b/src/battle/src/View/Map.elm
@@ -10,7 +10,7 @@ import Html.Lazy
import List
-- Shared ----------------------------------------------------------------------
-import Util.Html
+import Shared.Util.Html
-- Battle Map ------------------------------------------------------------------
import BattleMap.Struct.Map
@@ -96,7 +96,7 @@ maybe_print_navigator interactive maybe_nav =
)
Nothing ->
- (Util.Html.nothing)
+ (Shared.Util.Html.nothing)
get_characters_html : (
Struct.Battle.Type ->