summaryrefslogtreecommitdiffstats
path: root/templates/signup.rs.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/signup.rs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/signup.rs.html b/templates/signup.rs.html
index 4823698..179ec98 100644
--- a/templates/signup.rs.html
+++ b/templates/signup.rs.html
@@ -1,5 +1,5 @@
@use super::base_html;
-@use crate::Notification;
+@use crate::notification::Notification;
@(notification: Option<Notification>)