cleanup
This commit is contained in:
parent
c0749e41d9
commit
19f003f942
2 changed files with 2 additions and 9 deletions
|
|
@ -1,12 +1,9 @@
|
|||
mod application_row;
|
||||
mod window;
|
||||
|
||||
use gtk4 as gtk;
|
||||
mod application_row;
|
||||
use application_row::ApplicationRow;
|
||||
use gtk::gdk::Display;
|
||||
use gtk::prelude::*;
|
||||
use gtk::{gio, glib};
|
||||
use libcosmic::x;
|
||||
use gtk4 as gtk;
|
||||
|
||||
use window::Window;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue