tabla clientes ejemplo

This commit is contained in:
JACS 2026-05-03 02:29:05 -05:00
parent f06d22072e
commit e4b0969ecf
5 changed files with 308 additions and 0 deletions

View file

@ -515,6 +515,11 @@ type AdminUsersPage struct {
AddLink string
}
// AdminCustomersPage holds the data for the admin customers listing page.
type AdminCustomersPage struct {
Customers []CustomerTableRow
}
// AuthLockPageData holds the data for the account lock page.
type AuthLockPageData struct {
PersonName string