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