Skip to content

Commit adabca3

Browse files
Fix TODO error
1 parent b262795 commit adabca3

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

book-examples/leptos/src/default/breadcrumb/breadcrumb_responsive.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ use leptos::prelude::*;
88
#[component]
99
pub fn BreadcrumbResponsiveDemo() -> impl IntoView {
1010
view! {
11+
<<<<<<< HEAD
1112
<h1>"TODO"</h1>
13+
=======
14+
<h1>"Breadcrumb Responsive needs to be implemented"</h1>
15+
>>>>>>> e9f8127 (Fix TODO error)
1216
}
1317
}

book-examples/leptos/src/new_york/breadcrumb/breadcrumb_responsive.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ use leptos::prelude::*;
88
#[component]
99
pub fn BreadcrumbResponsiveDemo() -> impl IntoView {
1010
view! {
11+
<<<<<<< HEAD
1112
<h1>"TODO"</h1>
13+
=======
14+
<h1>"Breadcrumb Responsive needs to be implemented"</h1>
15+
>>>>>>> e9f8127 (Fix TODO error)
1216
}
1317
}

0 commit comments

Comments
 (0)