package components import "github.com/LazyBachelor/LazyPM/internal/models" type IssueListProps struct { Issues []*models.Issue } templ IssueList(props IssueListProps) {