Remove unused imports.

This commit is contained in:
Dillon Kearns 2019-07-23 19:26:47 -07:00
parent 4e1daa9fd1
commit bdf82afb9c

View File

@ -6,8 +6,6 @@ import Content exposing (Content)
import Element exposing (Element)
import Element.Border
import Element.Font as Font
import Html exposing (..)
import Html.Attributes exposing (..)
import List.Extra
import Mark
import Mark.Error