fix import to icons.json
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import icons from '../../../../../shared/icon-registry/icons/icons.json';
|
||||
import icons from '../../../../../shared/icon-registry/icons/icons.json' assert { type: "json" };
|
||||
import type { UUIColorSwatchesEvent } from '@umbraco-cms/backoffice/external/uui';
|
||||
|
||||
import { css, html, styleMap, customElement, state } from '@umbraco-cms/backoffice/external/lit';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import icons from './icons/icons.json';
|
||||
import icons from './icons/icons.json' assert { type: "json" };
|
||||
import { UUIIconRegistry } from '@umbraco-cms/backoffice/external/uui';
|
||||
|
||||
interface UmbIconDescriptor {
|
||||
|
||||
Reference in New Issue
Block a user