Skip to content

Commit c67fd70

Browse files
committed
Remove unused import
1 parent a637df0 commit c67fd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Code/Definition/Source.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Code.Definition.Type as Type exposing (TypeSource)
1616
import Code.FullyQualifiedName as FQN exposing (FQN)
1717
import Code.Source.SourceViewConfig as SourceViewConfig exposing (SourceViewConfig)
1818
import Code.Syntax as Syntax
19-
import Html exposing (Html, div, pre, span, text)
19+
import Html exposing (Html, div, span, text)
2020
import Html.Attributes exposing (class)
2121
import UI
2222

0 commit comments

Comments
 (0)