mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-24 15:54:02 +03:00
Stop importing everything from Html
This commit is contained in:
parent
5417c67cea
commit
7912badedd
@ -1,7 +1,7 @@
|
||||
module Main exposing (main)
|
||||
|
||||
import Browser
|
||||
import Html exposing (..)
|
||||
import Html exposing (Html, button, div, input, label, li, p, text, textarea, ul)
|
||||
import Html.Attributes as Attr
|
||||
import Html.Events as Events
|
||||
import Lint exposing (LintError, Severity(..), lintSource)
|
||||
|
Loading…
Reference in New Issue
Block a user