Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 26, 2024
1 parent a3cba0e commit 60b6d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/workspace.xml

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

2 changes: 1 addition & 1 deletion ui/src/components/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub fn App() -> Element {
use_context_provider(|| Signal::new(EditRoomModalSignal { room: None }));
use_context_provider(|| Signal::new(CreateRoomModalSignal { show: false }));

let _freenet_api_synchronizer = FreenetApiSynchronizer::start();
let _freenet_api_synchronizer = use_hook(FreenetApiSynchronizer::start);

rsx! {
Stylesheet { href: asset!("./assets/bulma.min.css") }
Expand Down

0 comments on commit 60b6d15

Please sign in to comment.