mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 06:38:52 +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 anyhow::Result;
|
||||||
use constants::{resources, APP_ID, APP_NAME, GETTEXT_PACKAGE, LOCALE_DIR, RESOURCES_BASE_PATH};
|
use constants::{resources, APP_ID, APP_NAME, GETTEXT_PACKAGE, LOCALE_DIR, RESOURCES_BASE_PATH};
|
||||||
use file_builders::{
|
use file_builders::{
|
||||||
|
@ -12,8 +13,6 @@ use relm4::{
|
||||||
};
|
};
|
||||||
use ui::app::{App, AppInit};
|
use ui::app::{App, AppInit};
|
||||||
|
|
||||||
use crate::ui::{app::Msg, cmdline_opts::CmdLineOpts};
|
|
||||||
|
|
||||||
pub mod adb;
|
pub mod adb;
|
||||||
pub mod build_tools;
|
pub mod build_tools;
|
||||||
pub mod builders;
|
pub mod builders;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue