Convert to library
This commit is contained in:
parent
d6c58991c0
commit
87ad2f7dd9
8 changed files with 1377 additions and 1335 deletions
|
|
@ -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),+ $(,)?) => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue