mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-27 03:14:25 +03:00
Elm review
This commit is contained in:
parent
91904f20d9
commit
e44b2b2c3e
@ -2,7 +2,7 @@ module CommonControls exposing
|
||||
( css, mobileCss, quizEngineMobileCss, notMobileCss
|
||||
, choice
|
||||
, icon, iconNotCheckedByDefault, uiIcon
|
||||
, content, exampleHtml
|
||||
, content
|
||||
, httpError
|
||||
, disabledListItem, premiumDisplay
|
||||
)
|
||||
@ -16,7 +16,7 @@ module CommonControls exposing
|
||||
|
||||
### Content
|
||||
|
||||
@docs content, exampleHtml
|
||||
@docs content
|
||||
@docs httpError
|
||||
|
||||
-}
|
||||
|
@ -26,7 +26,6 @@ import Nri.Ui.Accordion.V3 as Accordion exposing (AccordionEntry(..))
|
||||
import Nri.Ui.Colors.Extra as ColorsExtra
|
||||
import Nri.Ui.Colors.V1 as Colors
|
||||
import Nri.Ui.DisclosureIndicator.V2 as DisclosureIndicator
|
||||
import Nri.Ui.Heading.V2 as Heading
|
||||
import Nri.Ui.Svg.V1 as Svg
|
||||
import Nri.Ui.Text.V6 as Text
|
||||
import Nri.Ui.UiIcon.V1 as UiIcon
|
||||
|
Loading…
Reference in New Issue
Block a user