diff --git a/examples/basics/index.html b/examples/basics/index.html index de24c98..fcf3e93 100644 --- a/examples/basics/index.html +++ b/examples/basics/index.html @@ -6,4 +6,6 @@ Yew App + + \ No newline at end of file diff --git a/examples/cards/index.html b/examples/cards/index.html index de24c98..fcf3e93 100644 --- a/examples/cards/index.html +++ b/examples/cards/index.html @@ -6,4 +6,6 @@ Yew App + + \ No newline at end of file diff --git a/examples/cards/src/main.rs b/examples/cards/src/main.rs index a7ae97c..4c03358 100644 --- a/examples/cards/src/main.rs +++ b/examples/cards/src/main.rs @@ -67,7 +67,6 @@ impl Component for Model { html! { <> {include_inline()} - {include_cdn_icons()}

{"Basic Cards"}

diff --git a/examples/forms/index.html b/examples/forms/index.html index de24c98..fcf3e93 100644 --- a/examples/forms/index.html +++ b/examples/forms/index.html @@ -6,4 +6,6 @@ Yew App + + \ No newline at end of file