Use V4 in the styleguide app

This commit is contained in:
Tessa Kelly 2019-04-17 13:30:08 -07:00
parent 900bbc01d3
commit c3bf5b9a61

View File

@ -7,12 +7,12 @@ module Examples.Alert exposing (example)
-} -}
import ModuleExample as ModuleExample exposing (Category(..), ModuleExample) import ModuleExample as ModuleExample exposing (Category(..), ModuleExample)
import Nri.Ui.Alert.V3 as Alert import Nri.Ui.Alert.V4 as Alert
example : ModuleExample msg example : ModuleExample msg
example = example =
{ filename = "Nri.Ui.Alert.V3.elm" { filename = "Nri.Ui.Alert.V4.elm"
, category = Messaging , category = Messaging
, content = , content =
[ Alert.error "This is an error" [ Alert.error "This is an error"