Revert localization of 403 & 404 error components

This commit is contained in:
Manuel Cillero 2024-03-18 00:05:04 +01:00
parent 4c026e696b
commit 21dfe8543b
4 changed files with 5 additions and 7 deletions

View file

@ -163,8 +163,11 @@ pub use basic::*;
mod composition;
pub use composition::*;
mod error;
pub use error::*;
mod error403;
pub use error403::Error403;
mod error404;
pub use error404::Error404;
mod heading;
pub use heading::{Heading, HeadingSize, HeadingType};

View file

@ -1,5 +0,0 @@
mod error403;
pub use error403::Error403;
mod error404;
pub use error404::Error404;