From 33c9bbefe1d1bc8d386b7d93b03ffb2dbbf4259b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Tue, 3 Jan 2023 11:31:35 +0100 Subject: [PATCH] add 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';