Skip to content

Commit

Permalink
revert with
Browse files Browse the repository at this point in the history
  • Loading branch information
iOvergaard committed Mar 19, 2024
1 parent a592ee8 commit 492ded3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/packages/core/icon-registry/icon.registry.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import icons from './icons/icons.json' with { type: 'json' };
// @ts-ignore
import icons from './icons/icons.json' assert { type: 'json' };
import { UUIIconRegistry } from '@umbraco-cms/backoffice/external/uui';

interface UmbIconDescriptor {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import icons from '../../../icon-registry/icons/icons.json' with { type: 'json' };
import icons from '../../../icon-registry/icons/icons.json' assert { type: 'json' };
import type { UUIColorSwatchesEvent } from '@umbraco-cms/backoffice/external/uui';

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

0 comments on commit 492ded3

Please sign in to comment.