Skip to content

Commit 492ded3

Browse files
committed
revert with
1 parent a592ee8 commit 492ded3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/packages/core/icon-registry/icon.registry.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import icons from './icons/icons.json' with { type: 'json' };
1+
// @ts-ignore
2+
import icons from './icons/icons.json' assert { type: 'json' };
23
import { UUIIconRegistry } from '@umbraco-cms/backoffice/external/uui';
34

45
interface UmbIconDescriptor {

src/packages/core/modal/common/icon-picker/icon-picker-modal.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import icons from '../../../icon-registry/icons/icons.json' with { type: 'json' };
1+
import icons from '../../../icon-registry/icons/icons.json' assert { type: 'json' };
22
import type { UUIColorSwatchesEvent } from '@umbraco-cms/backoffice/external/uui';
33

44
import { css, html, customElement, state, repeat } from '@umbraco-cms/backoffice/external/lit';

0 commit comments

Comments
 (0)