This commit is contained in:
lfirmin
2026-05-02 03:23:51 +02:00
parent aeb9b3d96f
commit 181b8ed454
12 changed files with 508 additions and 73 deletions
+5 -4
View File
@@ -74,10 +74,11 @@ func main() {
// Components
panelComp := &components.PanelComponent{
TicketSvc: ticketSvc,
ClaimMgr: claimMgr,
LogSvc: logSvc,
Config: cfgProvider,
TicketSvc: ticketSvc,
TicketRepo: ticketRepo,
ClaimMgr: claimMgr,
LogSvc: logSvc,
Config: cfgProvider,
}
ticketComp := &components.TicketComponent{
TicketSvc: ticketSvc,