Added ability to change username

This commit is contained in:
2025-02-15 13:28:24 +11:00
parent 87fe03ce9e
commit 89e3df6862
8 changed files with 196 additions and 37 deletions

View File

@@ -5,6 +5,6 @@ import "projectreshoot/view/component/account"
templ Account(subpage string) {
@layout.Global() {
@account.AccountContent(subpage)
@account.AccountContainer(subpage)
}
}