CHANGE: added team page + working on function

This commit is contained in:
2025-02-24 22:11:28 +01:00
parent 5de50b6304
commit 0bb12318cc
17 changed files with 516 additions and 35 deletions

View File

@@ -0,0 +1,5 @@
package models
type WorkWeek struct {
WorkDays []WorkDay
}