From 370a25e5a0cbb95e2aa1cec55305b22aeaf99aa0 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Tue, 12 Dec 2023 14:14:30 +0000 Subject: initial refactor --- templates/base.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/base.rs.html') 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, notification: Option, body: Content) -- cgit