mirror of
https://github.com/Orasund/elm-ui-widgets.git
synced 2024-11-22 04:58:49 +03:00
applyng elm-analyse
This commit is contained in:
parent
04e23a0e26
commit
a1aa5e7136
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user