Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Commit 2cddd4b

Browse files
committed
remove unused import
1 parent 9cd12a6 commit 2cddd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UI/Tooltip.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module UI.Tooltip exposing
1212
, withPosition
1313
)
1414

15-
import Html exposing (Html, div, span, text)
15+
import Html exposing (Html, div, text)
1616
import Html.Attributes exposing (class)
1717
import UI
1818
import UI.Click as Click exposing (Click)

0 commit comments

Comments
 (0)