Switch from Atom to Page for Loading and Page examples

This commit is contained in:
Tessa Kelly 2020-06-19 14:15:42 -07:00
parent e49673d4ba
commit c2e2f7524b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 ->