applyng elm-analyse

This commit is contained in:
Lucas Payr 2021-01-11 12:48:53 +01:00
parent 04e23a0e26
commit a1aa5e7136
2 changed files with 6 additions and 8 deletions

View File

@ -8,8 +8,8 @@ module Widget exposing
, SortTable, Column, sortTable, floatColumn, intColumn, stringColumn, unsortableColumn
, TextInput, textInput
, Tab, tab
, Dialog, ExpansionPanel
, ProgressIndicator, circularProgressIndicator
, Dialog, ExpansionPanel
)
{-| This module contains different stateless view functions. No wiring required.
@ -115,15 +115,15 @@ You can create you own widgets by sticking widgets types together.
@docs Tab, tab
# DEPRECATED
@docs Dialog, ExpansionPanel
# Progress Indicator
@docs ProgressIndicator, circularProgressIndicator
# DEPRECATED
@docs Dialog, ExpansionPanel
-}
import Element exposing (Attribute, Element, Length)

View File

@ -157,8 +157,6 @@ Note that you might want to checkout the [file on GitHub](https://github.com/Ora
-}
import Color exposing (Color)
import Color.Accessibility as Accessibility
import Color.Convert as Convert
import Element exposing (Attribute, Element)
import Element.Background as Background
import Element.Border as Border