basic desktop imp module

This commit is contained in:
2024-11-08 16:35:06 -07:00
parent 0f5b6249ae
commit 0f0218159d
5 changed files with 85 additions and 46 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
use dioxus::prelude::*;
use ordermap::OrderSet;
use sir::{css, global_css};
use std::collections::{BTreeMap, BTreeSet, HashMap};
use std::collections::HashMap;
pub type ChannelId = u32;
pub type UserId = u32;