@@ -1 +1 @@
|
||||
# Ghostlog
|
||||
# %%name%%
|
||||
|
@@ -32,3 +32,8 @@ pub fn App() -> impl IntoView {
|
||||
</Router>
|
||||
}
|
||||
}
|
||||
|
||||
#[component]
|
||||
fn HomePage() -> impl IntoView {
|
||||
view! {<h1> Hello %%name%% </h1>}
|
||||
}
|
||||
|
Reference in New Issue
Block a user