Skip to content

Commit

Permalink
feat: Add missing Dioxus imports for FreenetApiSynchronizer
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 20, 2024
1 parent dd539ad commit c7970e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/app/freenet_api.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use std::collections::HashSet;
use futures::StreamExt;
use common::room_state::ChatRoomParametersV1;
use dioxus::prelude::{Global, GlobalSignal, UnboundedSender, use_coroutine};
use ed25519_dalek::VerifyingKey;
use freenet_stdlib::{
client_api::{ClientRequest, ContractRequest},
Expand Down

0 comments on commit c7970e4

Please sign in to comment.