clean up imports

This commit is contained in:
Penelope Gwen 2026-01-24 12:07:31 -08:00
parent 41783fe0da
commit de96002fdf

View file

@ -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},