Home Tab + Tauri backend
This commit is contained in:
10
src-tauri/icons/news.rs
Normal file
10
src-tauri/icons/news.rs
Normal file
@@ -0,0 +1,10 @@
|
||||
use yew::prelude::*;
|
||||
|
||||
#[function_component(News)]
|
||||
pub fn news() -> Html {
|
||||
html! {
|
||||
<div>
|
||||
<h1>{"News Page"}</h1>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user