🔖 [pagetop] release development version 0.0.51

This commit is contained in:
Manuel Cillero 2024-03-08 23:37:59 +01:00
parent c174ab4889
commit d0fcd12b81
4 changed files with 51 additions and 37 deletions

View file

@ -1,11 +1,10 @@
use crate::prelude::*;
#[derive(AutoDefault)]
pub struct Error403;
impl ComponentTrait for Error403 {
fn new() -> Self {
Error403::default()
Error403
}
fn prepare_component(&self, _cx: &mut Context) -> PrepareMarkup {

View file

@ -1,11 +1,10 @@
use crate::prelude::*;
#[derive(AutoDefault)]
pub struct Error404;
impl ComponentTrait for Error404 {
fn new() -> Self {
Error404::default()
Error404
}
fn prepare_component(&self, _cx: &mut Context) -> PrepareMarkup {