Skip to content

Commit

Permalink
feat: Add ComposableState import for freenet_scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 21, 2024
1 parent 8baeabc commit a0e133a
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
Expand Up @@ -19,6 +19,7 @@ pub enum SyncStatus {
}

use futures::sink::SinkExt;
use freenet_scaffold::ComposableState;

static SYNC_STATUS: GlobalSignal<SyncStatus> = Global::new(|| SyncStatus::Connecting);

Expand Down

0 comments on commit a0e133a

Please sign in to comment.