⏪ 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;
|
mod composition;
|
||||||
pub use composition::*;
|
pub use composition::*;
|
||||||
|
|
||||||
mod error;
|
mod error403;
|
||||||
pub use error::*;
|
pub use error403::Error403;
|
||||||
|
|
||||||
|
mod error404;
|
||||||
|
pub use error404::Error404;
|
||||||
|
|
||||||
mod heading;
|
mod heading;
|
||||||
pub use heading::{Heading, HeadingSize, HeadingType};
|
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