mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-11 14:57:58 +03:00
Switch from Atom to Page for Loading and Page examples
This commit is contained in:
parent
e49673d4ba
commit
c2e2f7524b
@ -89,7 +89,7 @@ example : Example State Msg
|
||||
example =
|
||||
{ name = "Nri.Ui.Loading.V1"
|
||||
, categories = [ Pages ]
|
||||
, atomicDesignType = AtomicDesignType.Atom
|
||||
, atomicDesignType = AtomicDesignType.Page
|
||||
, state = init
|
||||
, update = update
|
||||
, subscriptions = subscriptions
|
||||
|
@ -31,7 +31,7 @@ example : Example State Msg
|
||||
example =
|
||||
{ name = "Nri.Ui.Page.V3"
|
||||
, categories = [ Pages ]
|
||||
, atomicDesignType = AtomicDesignType.Atom
|
||||
, atomicDesignType = AtomicDesignType.Page
|
||||
, state = ()
|
||||
, update =
|
||||
\msg model ->
|
||||
|
Loading…
Reference in New Issue
Block a user