Fixed multi component i18n strings and added serverside impressum

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2024-09-08 22:53:48 +02:00
parent 3610f338aa
commit ac80065e82
15 changed files with 190 additions and 195 deletions

View File

@@ -14,8 +14,8 @@ pub fn Layout() -> Element {
Header {},
Body {
Outlet::<Route> {},
Footer {},
}
},
Footer {}
}
}
}