Skip to content

Commit

Permalink
Restructure project
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxcode committed Jan 28, 2024
1 parent 7d45654 commit 33246b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions src/file_dialog/mod.rs → src/file_dialog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ use std::{fs, io};

use directories::UserDirs;

mod create_directory_dialog;
use create_directory_dialog::CreateDirectoryDialog;
use crate::create_directory_dialog::CreateDirectoryDialog;

use crate::data::{DirectoryContent, DirectoryEntry, Disks};
use crate::ui;
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
mod file_dialog;
pub use file_dialog::{DialogMode, DialogState, FileDialog};

mod create_directory_dialog;
mod data;
mod ui;

0 comments on commit 33246b2

Please sign in to comment.