From 810cd9c2e956c7bc91a99a6ba9dc1fae8565ac52 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Fri, 23 Dec 2022 13:12:35 +0100 Subject: [PATCH] update imports --- .../src/backoffice/backoffice.element.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/backoffice.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/backoffice.element.ts index b346426575..a26e79e4b0 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/backoffice.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/backoffice.element.ts @@ -1,14 +1,14 @@ //TODO: we need to figure out what components should be available for extensions and load them upfront -import './test/core/components/ref-property-editor-ui/ref-property-editor-ui.element'; import './components/backoffice-frame/backoffice-header.element'; import './components/backoffice-frame/backoffice-main.element'; import './components/backoffice-frame/backoffice-modal-container.element'; import './components/backoffice-frame/backoffice-notification-container.element'; + +import './test/core/components/ref-property-editor-ui/ref-property-editor-ui.element'; import './test/core/components/content-property/content-property.element'; import './test/core/components/table/table.element'; import './test/core/components/code-block/code-block.element'; import './test/core/components/extension-slot/extension-slot.element'; - import './test/core/components/workspace/workspace-entity/workspace-entity.element'; import './test/core/components/section/section-main/section-main.element'; import './test/core/components/section/section-sidebar/section-sidebar.element';