Convert to library

This commit is contained in:
Jeremy Soller 2024-02-01 15:14:14 -07:00
parent d6c58991c0
commit 87ad2f7dd9
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
8 changed files with 1377 additions and 1335 deletions

View file

@ -13,7 +13,12 @@ use cosmic::{
};
use std::collections::HashMap;
use crate::{fl, tab, Action, ContextPage, KeyBind, Location, Message, Tab};
use crate::{
app::{Action, ContextPage, Message},
fl,
key_bind::KeyBind,
tab::{self, Location, Tab},
};
macro_rules! menu_button {
($($x:expr),+ $(,)?) => (