From 296423dc576fbce6bd80592909f26c84c5a3c4e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Tue, 3 Jan 2023 11:12:27 +0100 Subject: [PATCH] add missing import --- src/Umbraco.Web.UI.Client/src/backoffice/shared/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/index.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/index.ts index b7413953b9..ac5b04cbdd 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/index.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/index.ts @@ -1,3 +1,5 @@ +import './components'; + import { manifests as propertyActionManifests } from './property-actions/manifests'; import { manifests as propertyEditorModelManifests } from './property-editors/models/manifests'; import { manifests as propertyEditorUIManifests } from './property-editors/uis/manifests';