diff --git a/framework/core/js/src/common/common.ts b/framework/core/js/src/common/common.ts index 82a6dc861..fb16148cd 100644 --- a/framework/core/js/src/common/common.ts +++ b/framework/core/js/src/common/common.ts @@ -63,6 +63,7 @@ import './components/FieldSet'; import './components/Select'; import './components/Navigation'; import './components/Alert'; +import './components/LabelValue'; import './components/Link'; import './components/LinkButton'; import './components/Checkbox';