more consistent imports

This commit is contained in:
2025-08-13 15:36:04 +02:00
parent 2e4f45054a
commit 4ea9068850
5 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
use crate::Language;
use maud::{html, Markup, DOCTYPE};
use maud::{DOCTYPE, Markup, html};
pub(crate) struct Page {
lang: Language,