Skip to content

Commit 6d3844f

Browse files
committed
chore: fix linting
1 parent f5a6d8b commit 6d3844f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/dictionary/workspace/views/workspace-view-dictionary-editor.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { UMB_DICTIONARY_WORKSPACE_CONTEXT } from '../dictionary-workspace.contex
22
import type { UmbDictionaryDetailModel } from '../../types.js';
33
import type { UUITextareaElement } from '@umbraco-cms/backoffice/external/uui';
44
import { UUITextareaEvent } from '@umbraco-cms/backoffice/external/uui';
5-
import { css, html, customElement, state, repeat, ifDefined, unsafeHTML } from '@umbraco-cms/backoffice/external/lit';
5+
import { css, html, customElement, state, repeat } from '@umbraco-cms/backoffice/external/lit';
66
import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
77
import { UmbLanguageCollectionRepository, type UmbLanguageDetailModel } from '@umbraco-cms/backoffice/language';
88
import { UMB_CURRENT_USER_CONTEXT } from '@umbraco-cms/backoffice/current-user';

0 commit comments

Comments
 (0)