Skip to content

Commit

Permalink
remove warns
Browse files Browse the repository at this point in the history
  • Loading branch information
b-avb committed Oct 11, 2024
1 parent d3a8b84 commit 27fd467
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/hooks/use_location.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use dioxus::prelude::*;
use serde::{Deserialize, Serialize};
use gloo::storage::{LocalStorage, Storage};
use wasm_bindgen_futures::spawn_local;

#[derive(Clone, Debug, Deserialize, Serialize)]
pub struct Location {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/dashboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use serde::{Deserialize, Serialize};
use crate::{
components::{
atoms::{
avatar::Variant as AvatarVariant, dropdown::ElementSize, AddPlus, ArrowLeft,
avatar::Variant as AvatarVariant, dropdown::ElementSize, AddPlus,
ArrowRight, Avatar, Badge, CardSkeleton, Compass, DynamicText, Icon, IconButton, SearchInput, Star,
Tab, UserAdd, UserGroup,
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/explore.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::{
components::{
atoms::{
avatar::Variant as AvatarVariant, dropdown::ElementSize, AddPlus, ArrowLeft,
avatar::Variant as AvatarVariant, dropdown::ElementSize, AddPlus,
ArrowRight, Avatar, Badge, CardSkeleton, DynamicText, Icon, IconButton, SearchInput,
Star, Tab, UserAdd, UserGroup,
},
Expand Down
2 changes: 1 addition & 1 deletion src/pages/initiatives.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::{
components::{
atoms::{
dropdown::ElementSize, AddPlus, ArrowLeft, ArrowRight, Badge, CircleCheck,
dropdown::ElementSize, AddPlus, ArrowRight, Badge, CircleCheck,
Icon, IconButton, SearchInput, StopSign, Tab, CardSkeleton,
},
molecules::{paginator::PaginatorValue, tabs::TabItem, Paginator},
Expand Down

0 comments on commit 27fd467

Please sign in to comment.