Skip to content

Commit

Permalink
Merge pull request #136 from virto-network/fix/build
Browse files Browse the repository at this point in the history
Fix/build
  • Loading branch information
b-avb authored Oct 11, 2024
2 parents cac8d18 + 27fd467 commit eedc275
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 15 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dioxus-std = { version = "0.5.0", features = ["i18n"] }
log = "0.4.19"
dioxus-logger = "0.4.1"
console_error_panic_hook = "0.1.7"
wasm-bindgen = "0.2.94"
wasm-bindgen = "0.2.95"
unic-langid = "0.9.1"
web-sys = { version = "0.3.69", features = [
"Document",
Expand Down
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 eedc275

Please sign in to comment.