mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
docs: removed extra unused code blocks in form.md (#923)
This commit is contained in:
parent
34e0a8e47d
commit
bbf23ea40a
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ async fn fetch_results() {
|
|||
// some async function to fetch our search results
|
||||
}
|
||||
|
||||
#[component]
|
||||
pub fn Search(cx: Scope) -> impl IntoView {
|
||||
#[component]
|
||||
pub fn FormExample(cx: Scope) -> impl IntoView {
|
||||
// reactive access to URL query strings
|
||||
|
|
Loading…
Reference in a new issue