diff --git a/docs/recipes/ui/add-routing-with-separate-models.md b/docs/recipes/ui/add-routing-with-separate-models.md index bed7676f..5198e06c 100644 --- a/docs/recipes/ui/add-routing-with-separate-models.md +++ b/docs/recipes/ui/add-routing-with-separate-models.md @@ -1,7 +1,5 @@ # How do I add routing to a SAFE app with separate model for every page? -*Written for SAFE template version 4.2.0* - If your application has multiple separate components, there is no need to have one big, complex model that manages all the state for all components. In this recipe we separate the information of the todo list out of the main `Model`, and give the todo list application its own route. We also add a "Page not found" page. ## 1. Adding the Feliz router