Skip to content

Commit

Permalink
remove v4.2 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbryant committed Jan 22, 2024
1 parent 4dc327b commit 60e9c11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/recipes/ui/add-routing-with-separate-models.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 60e9c11

Please sign in to comment.