Skip to content

Commit 60e9c11

Browse files
committed
remove v4.2 warning
1 parent 4dc327b commit 60e9c11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/recipes/ui/add-routing-with-separate-models.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# How do I add routing to a SAFE app with separate model for every page?
22

3-
*Written for SAFE template version 4.2.0*
4-
53
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.
64

75
## 1. Adding the Feliz router

0 commit comments

Comments
 (0)