diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 4f91990..387dc64 100644 --- a/src/main.rs +++ b/src/main.rs | |||
@@ -9,7 +9,7 @@ mod theme; | |||
9 | mod utils; | 9 | mod utils; |
10 | mod views; | 10 | mod views; |
11 | 11 | ||
12 | use crate::app::{App, ViewMode}; | 12 | use crate::app::App; |
13 | use crate::command::{open_command_window, Command}; | 13 | use crate::command::{open_command_window, Command}; |
14 | use crate::habit::{Bit, Count, Habit}; | 14 | use crate::habit::{Bit, Count, Habit}; |
15 | use crate::utils::{load_configuration_file, AppConfig}; | 15 | use crate::utils::{load_configuration_file, AppConfig}; |