Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 9ee6d69

Browse files
committed
remove repeat import
1 parent 4e5a42c commit 9ee6d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/block/block-type/components/block-type-custom-view-guide/block-type-custom-view-guide.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
2-
import { html, customElement, state, property, repeat, css } from '@umbraco-cms/backoffice/external/lit';
2+
import { html, customElement, state, property, css } from '@umbraco-cms/backoffice/external/lit';
33
import { UMB_PROPERTY_DATASET_CONTEXT } from '@umbraco-cms/backoffice/property';
44
import {
55
UMB_MANIFEST_VIEWER_MODAL,

0 commit comments

Comments
 (0)