Compare commits

..

No commits in common. "7b4ab9246d9e6e1c580be730e0b05132ba3c8ac0" and "36340505c0f99d31bcc9f285c9934cc0e474fd4b" have entirely different histories.

1 changed files with 0 additions and 17 deletions

View File

@ -1,17 +0,0 @@
use yew::prelude::*;
#[function_component(Header)]
fn header() -> Html {
html! {
<header>
<nav>
<ul>
<li><a href="#">{ "Home" }</a></li>
<li><a href="#">{ "Items" }</a></li>
<li><a href="#">{ "Reviews" }</a></li>
<li><a href="#">{ "Profile" }</a></li>
</ul>
</nav>
</header>
}
}