mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 19:44:50 +00:00
chore: move main.rs imports together
This commit is contained in:
parent
a59eee3ca6
commit
48ad30e078
1 changed files with 1 additions and 2 deletions
|
@ -1,3 +1,4 @@
|
|||
use crate::ui::{app::Msg, cmdline_opts::CmdLineOpts};
|
||||
use anyhow::Result;
|
||||
use constants::{resources, APP_ID, APP_NAME, GETTEXT_PACKAGE, LOCALE_DIR, RESOURCES_BASE_PATH};
|
||||
use file_builders::{
|
||||
|
@ -12,8 +13,6 @@ use relm4::{
|
|||
};
|
||||
use ui::app::{App, AppInit};
|
||||
|
||||
use crate::ui::{app::Msg, cmdline_opts::CmdLineOpts};
|
||||
|
||||
pub mod adb;
|
||||
pub mod build_tools;
|
||||
pub mod builders;
|
||||
|
|
Loading…
Add table
Reference in a new issue