diff options
author | Akshay <[email protected]> | 2020-07-12 05:01:53 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-07-12 05:01:53 +0100 |
commit | 968c1a48a0febdb78ab85a34f0dafd16a3761d5a (patch) | |
tree | f105eb93bbbfa86d8af913e2922163946a2d2d3e /src/main.rs | |
parent | 28f72d4949da6093ef2232d3ba708ac0fcafe900 (diff) | |
parent | 0b18c65466a59b1c9f8d1bfbe596fc2750571dfb (diff) |
Merge branch 'master' into dependabot/add-v2-config-file
Diffstat (limited to 'src/main.rs')
-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}; |