summaryrefslogtreecommitdiffstats
path: root/src/ui.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.rs')
-rw-r--r--src/ui.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui.rs b/src/ui.rs
index f475ebb..fe7bec7 100644
--- a/src/ui.rs
+++ b/src/ui.rs
@@ -1,12 +1,12 @@
//! Utility functions for the UI
+use std::collections::BTreeMap;
use std::io::Write;
use std::path::Path;
-use std::collections::BTreeMap;
-use anyhow::anyhow;
-use anyhow::Result;
use anyhow::Error;
+use anyhow::Result;
+use anyhow::anyhow;
use handlebars::Handlebars;
use itertools::Itertools;