summaryrefslogtreecommitdiffstats
path: root/templates/base.rs.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.rs.html')
-rw-r--r--templates/base.rs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.rs.html b/templates/base.rs.html
index 0bf70eb..434eb47 100644
--- a/templates/base.rs.html
+++ b/templates/base.rs.html
@@ -1,5 +1,5 @@
@use super::statics::*;
-@use crate::Notification;
+@use crate::notification::Notification;
@(user: Option<String>, notification: Option<Notification>, body: Content)