We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dffdef4 commit bf86ac4Copy full SHA for bf86ac4
packages/uui-copy/lib/uui-copy.element.ts
@@ -4,7 +4,7 @@ import { property } from 'lit/decorators.js';
4
import { UUIButtonElement } from '@umbraco-ui/uui-button/lib';
5
import { UUICopyEvent } from './UUICopyEvent';
6
import { demandCustomElement } from '@umbraco-ui/uui-base/lib/utils';
7
-import { LabelMixin } from '@umbraco-ui/uui-base';
+import { LabelMixin } from '@umbraco-ui/uui-base/lib/mixins';
8
9
/**
10
* @summary A button to trigger text content to be copied to the clipboard
0 commit comments