fix: leptos template
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
c13631cf7f
commit
be2595d59f
@ -1 +1 @@
|
||||
# Ghostlog
|
||||
# %%name%%
|
||||
|
@ -32,3 +32,8 @@ pub fn App() -> impl IntoView {
|
||||
</Router>
|
||||
}
|
||||
}
|
||||
|
||||
#[component]
|
||||
fn HomePage() -> impl IntoView {
|
||||
view! {<h1> Hello %%name%% </h1>}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user