summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/roster-editor/src/View/GlyphSelection.elm')
-rw-r--r-- | src/roster-editor/src/View/GlyphSelection.elm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/roster-editor/src/View/GlyphSelection.elm b/src/roster-editor/src/View/GlyphSelection.elm index 8d4ef84..303c229 100644 --- a/src/roster-editor/src/View/GlyphSelection.elm +++ b/src/roster-editor/src/View/GlyphSelection.elm @@ -13,7 +13,7 @@ import Html.Attributes import Html.Events -- Shared ---------------------------------------------------------------------- -import Util.Html +import Shared.Util.Html -- Battle ---------------------------------------------------------------------- import Battle.Struct.Omnimods @@ -97,7 +97,7 @@ true_get_html : ( ) true_get_html maybe_char glyph_modifier dataset = case maybe_char of - Nothing -> (Util.Html.nothing) + Nothing -> (Shared.Util.Html.nothing) (Just char) -> (Html.div [ |