From 6dfd327bb67f997e99394a6c9524aa86beba2549 Mon Sep 17 00:00:00 2001 From: harsh-mn-yral Date: Mon, 9 Dec 2024 15:29:26 +0530 Subject: [PATCH] lint --- ssr/src/component/buttons.rs | 2 +- ssr/src/component/mod.rs | 2 +- ssr/src/page/wallet/airdrop.rs | 5 ++--- ssr/src/page/wallet/mod.rs | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ssr/src/component/buttons.rs b/ssr/src/component/buttons.rs index fcf1cfbe..0798db76 100644 --- a/ssr/src/component/buttons.rs +++ b/ssr/src/component/buttons.rs @@ -130,4 +130,4 @@ pub fn SecondaryButton( {children()} } -} \ No newline at end of file +} diff --git a/ssr/src/component/mod.rs b/ssr/src/component/mod.rs index e95fb22b..6851ad4d 100644 --- a/ssr/src/component/mod.rs +++ b/ssr/src/component/mod.rs @@ -1,9 +1,9 @@ pub mod airdrop_logo; pub mod auth_providers; pub mod back_btn; -pub mod buttons; pub mod base_route; pub mod bullet_loader; +pub mod buttons; pub mod canisters_prov; pub mod coming_soon; pub mod connect; diff --git a/ssr/src/page/wallet/airdrop.rs b/ssr/src/page/wallet/airdrop.rs index 7a043010..3be7d42a 100644 --- a/ssr/src/page/wallet/airdrop.rs +++ b/ssr/src/page/wallet/airdrop.rs @@ -49,7 +49,6 @@ pub fn AirdropPage( Airdrop @@ -91,7 +90,7 @@ pub fn AirdropPage( } }} - +
impl IntoView {
} -} \ No newline at end of file +} diff --git a/ssr/src/page/wallet/mod.rs b/ssr/src/page/wallet/mod.rs index 9f2e9714..7d3ed135 100644 --- a/ssr/src/page/wallet/mod.rs +++ b/ssr/src/page/wallet/mod.rs @@ -1,7 +1,7 @@ +pub mod airdrop; pub mod tokens; pub mod transactions; pub mod txn; -pub mod airdrop; use crate::{ component::share_popup::ShareButtonWithFallbackPopup, state::canisters::unauth_canisters,