add sensor values
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use leptos::*;
|
||||
//use leptos_meta::*;
|
||||
use leptos_meta::*;
|
||||
use leptos_router::*;
|
||||
|
||||
#[server(GetLinksAction, "/api", "GetJson")]
|
||||
@@ -70,6 +70,7 @@ pub fn Links() -> impl IntoView {
|
||||
};
|
||||
|
||||
view! {
|
||||
<Title text="Liens"/>
|
||||
<ul class="flex flex-wrap gap-5 m-5 justify-center">
|
||||
<Suspense fallback=move || view! {<p>"Loading Comments from the article"</p> }>
|
||||
<ErrorBoundary fallback=|_| {
|
||||
|
||||
Reference in New Issue
Block a user