clean up imports
This commit is contained in:
parent
41783fe0da
commit
de96002fdf
1 changed files with 2 additions and 3 deletions
|
|
@ -4,16 +4,15 @@
|
|||
mod config;
|
||||
#[path = "lib/mod.rs"]
|
||||
mod lib;
|
||||
mod utils;
|
||||
|
||||
use {
|
||||
crate::{
|
||||
config::Config,
|
||||
lib::{
|
||||
Cli, Commands, launch, lock_screen, power_fn, profile_fn, run_sway_command,
|
||||
shortcuts_fn, sway_fn,
|
||||
shortcuts_fn, sway_fn, get_xdg_dirs, setup_runtime_dir,
|
||||
},
|
||||
utils::{get_xdg_dirs, setup_runtime_dir},
|
||||
|
||||
},
|
||||
clap::Parser,
|
||||
log::{debug, error},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue