aboutsummaryrefslogtreecommitdiffstats
path: root/src/ctx.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctx.rs')
-rw-r--r--src/ctx.rs8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/ctx.rs b/src/ctx.rs
index 6e0d806..50e01bb 100644
--- a/src/ctx.rs
+++ b/src/ctx.rs
@@ -1,9 +1,11 @@
-use reqwest::StatusCode;
-use super::deserialize as de;
use std::sync::Arc;
use std::collections::BTreeMap;
-use crate::cache::font::FontQuery;
+
+use reqwest::StatusCode;
+
+use super::deserialize as de;
use super::config::CONFIG;
+use crate::cache::font::FontQuery;
pub mod model {
use std::sync::Arc;