1
0

Removed entry components from module definitions

This commit is contained in:
Giuseppe Digilio
2020-12-01 20:38:03 +01:00
parent 18160b16db
commit 9336693cc7
18 changed files with 8 additions and 72 deletions

View File

@@ -542,9 +542,6 @@ const DIRECTIVES = [
...SHARED_ITEM_PAGE_COMPONENTS,
...DIRECTIVES,
CurationFormComponent
],
entryComponents: [
...ENTRY_COMPONENTS
]
})