feat: add window module
This commit is contained in:
parent
6a0e0a6e82
commit
6bd4dd0489
8 changed files with 1830 additions and 5 deletions
|
@ -20,6 +20,9 @@ fn Header<G: Html>(cx: Scope) -> View<G> {
|
|||
a(href="/communication") {
|
||||
"Communication"
|
||||
}
|
||||
a(href="/window") {
|
||||
"Window"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue