Merge pull request #589 from umbraco/feature/model-libs

This commit is contained in:
Niels Lyngsø
2023-03-14 10:00:14 +01:00
committed by GitHub
5 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
import config from '../../utils/rollup.config.js';
export default config;

View File

@@ -0,0 +1,3 @@
import config from '../../utils/rollup.config.js';
export default config;

View File

@@ -0,0 +1,3 @@
import config from '../../utils/rollup.config.js';
export default config;

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 {

View File

@@ -0,0 +1,3 @@
import config from '../../utils/rollup.config.js';
export default config;