⏪ Revert localization of 403 & 404 error components
This commit is contained in:
parent
4c026e696b
commit
21dfe8543b
4 changed files with 5 additions and 7 deletions
|
|
@ -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};
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
mod error403;
|
||||
pub use error403::Error403;
|
||||
|
||||
mod error404;
|
||||
pub use error404::Error404;
|
||||
Loading…
Add table
Add a link
Reference in a new issue