refactor proto files + added metrics token
All checks were successful
Build and Push Image / build-and-push (push) Successful in 5m24s
All checks were successful
Build and Push Image / build-and-push (push) Successful in 5m24s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use dioxus::prelude::*;
|
||||
|
||||
use crate::rpc::get_rpc_client;
|
||||
use crate::{components::MetricsToken, rpc::get_rpc_client};
|
||||
|
||||
#[component]
|
||||
pub fn Settings() -> Element {
|
||||
@@ -27,5 +27,6 @@ pub fn Settings() -> Element {
|
||||
div {
|
||||
pre { class: "codeSelect", "{d}" }
|
||||
}
|
||||
MetricsToken { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user