Added layer to builder. Comments

This commit is contained in:
Martin Berg Alstad
2024-08-19 16:43:31 +02:00
parent 7eb675c210
commit 2c8577a11d
2 changed files with 38 additions and 7 deletions

View File

@ -1,5 +1,9 @@
#[cfg(feature = "io")]
use {crate::io::file, axum::body::Body, axum::response::Html, std::io};
use {
crate::io::file,
axum::{body::Body, response::Html},
std::io,
};
/// Load an HTML file from the given file path, relative to the current directory.
/// # Arguments