make import from uui more specific to avoid getting the whole commonjs module in the rollup bundle

This commit is contained in:
Jacob Overgaard
2023-03-13 16:42:38 +01:00
parent 5615d9cbcc
commit 12bd6decea

View File

@@ -1,4 +1,4 @@
import { UUIIconRegistry } from '@umbraco-ui/uui';
import { UUIIconRegistry } from '@umbraco-ui/uui-icon-registry';
import icons from '../../../public-assets/icons/icons.json';
interface UmbIconDescriptor {