feat: add window module

This commit is contained in:
Jonas Kruckenberg 2022-11-03 11:09:17 +01:00
parent 6a0e0a6e82
commit 6bd4dd0489
8 changed files with 1830 additions and 5 deletions

View file

@ -20,6 +20,9 @@ fn Header<G: Html>(cx: Scope) -> View<G> {
a(href="/communication") {
"Communication"
}
a(href="/window") {
"Window"
}
}
}
}