Skip to content

Commit eaf3fa3

Browse files
committed
fix: Remove unused 'span' import from Index.elm
1 parent 24056ed commit eaf3fa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Page/Index.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Page.Index exposing (view)
22

3-
import Html exposing (Html, a, div, em, h1, main_, p, span, text)
3+
import Html exposing (Html, a, div, em, h1, main_, p, text)
44
import Html.Attributes exposing (class, href, rel, target)
55

66

0 commit comments

Comments
 (0)