Skip to content

Commit

Permalink
remove app.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 26, 2024
1 parent 9ea832a commit a3cba0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .idea/workspace.xml

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

29 changes: 0 additions & 29 deletions app.rs

This file was deleted.

3 changes: 2 additions & 1 deletion ui/src/components/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ use common::room_state::member::MemberId;
use dioxus::prelude::*;
use document::Stylesheet;
use ed25519_dalek::VerifyingKey;
use crate::components::app::freenet_api::FreenetApiSynchronizer;

pub fn App() -> Element {
use_context_provider(|| Signal::new(initial_rooms()));
Expand All @@ -16,7 +17,7 @@ pub fn App() -> Element {
use_context_provider(|| Signal::new(EditRoomModalSignal { room: None }));
use_context_provider(|| Signal::new(CreateRoomModalSignal { show: false }));

//connect_to_freenet();
let _freenet_api_synchronizer = FreenetApiSynchronizer::start();

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

0 comments on commit a3cba0e

Please sign in to comment.