Adding taigaComponents module
parent
a87805caf7
commit
c016394fa3
|
@ -265,7 +265,7 @@ modules = [
|
||||||
"taigaRelatedTasks",
|
"taigaRelatedTasks",
|
||||||
"taigaBacklog",
|
"taigaBacklog",
|
||||||
"taigaTaskboard",
|
"taigaTaskboard",
|
||||||
"taigaKanban"
|
"taigaKanban",
|
||||||
"taigaIssues",
|
"taigaIssues",
|
||||||
"taigaUserStories",
|
"taigaUserStories",
|
||||||
"taigaTasks",
|
"taigaTasks",
|
||||||
|
@ -279,9 +279,10 @@ modules = [
|
||||||
"taigaFeedback",
|
"taigaFeedback",
|
||||||
"taigaPlugins",
|
"taigaPlugins",
|
||||||
"taigaIntegrations",
|
"taigaIntegrations",
|
||||||
|
"taigaComponents",
|
||||||
|
|
||||||
# template cache
|
# template cache
|
||||||
"templates"
|
"templates",
|
||||||
|
|
||||||
# Vendor modules
|
# Vendor modules
|
||||||
"ngRoute",
|
"ngRoute",
|
||||||
|
|
Loading…
Reference in New Issue