package components import ( "net/url" "github.com/LazyBachelor/LazyPM/internal/models" ) type DependenciesListProps struct { ContainerID string IssueID string Deps []*models.Issue } templ DependenciesList(props DependenciesListProps) {