mirror of
https://github.com/leptos-rs/book.git
synced 2025-12-27 11:06:43 -05:00
Update 26_extractors.md
This commit is contained in:
@@ -92,7 +92,10 @@ let app = Router::new()
|
||||
&app_state,
|
||||
routes,
|
||||
move || provide_context(connection_pool.clone()),
|
||||
App,
|
||||
{
|
||||
let leptos_options = leptos_options.clone();
|
||||
move || shell(leptos_options.clone())
|
||||
},
|
||||
)
|
||||
// etc.
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user