aboutsummaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/app')
-rw-r--r--src/app/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/config.rs b/src/app/config.rs
index fd0ac6b..e1a9b53 100644
--- a/src/app/config.rs
+++ b/src/app/config.rs
@@ -1,6 +1,6 @@
use crate::signalboost::Person;
use chrono::prelude::*;
-use maud::{html, Markup, PreEscaped, Render};
+use maud::{html, Markup, Render};
use serde::{Deserialize, Serialize};
use std::{
collections::HashMap,