Skip to content

Commit

Permalink
Clean up some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Nov 13, 2024
1 parent aff1c0e commit 8c37b32
Show file tree
Hide file tree
Showing 5 changed files with 169 additions and 147 deletions.
2 changes: 1 addition & 1 deletion src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mod widget;
use iced::Size;

use self::app::App;
pub use crate::gui::common::Flags;
pub use self::common::Flags;

pub fn run(flags: Flags) {
let app = iced::application(App::title, App::update, App::view)
Expand Down
5 changes: 4 additions & 1 deletion src/gui/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ use crate::{
cloud::{rclone_monitor, Rclone, Remote},
gui::{
button,
common::*,
common::{
BackupPhase, BrowseFileSubject, BrowseSubject, EditAction, Flags, GameAction, Message, Operation,
RedirectEditActionField, RestorePhase, Screen, ScrollSubject, UndoSubject, ValidatePhase,
},
modal::{CloudModalState, Modal, ModalField, ModalInputKind},
notification::Notification,
screen,
Expand Down
Loading

0 comments on commit 8c37b32

Please sign in to comment.