We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6134f commit 9a4ed42Copy full SHA for 9a4ed42
packages/uui-text-copy/lib/uui-text-copy.element.ts
@@ -3,11 +3,8 @@ import { property } from 'lit/decorators.js';
3
import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
4
import { demandCustomElement } from '@umbraco-ui/uui-base/lib/utils';
5
import { UUIButtonElement } from '@umbraco-ui/uui-button/lib';
6
-import {
7
- LabelMixin,
8
- UUIInterfaceColor,
9
- UUIInterfaceLook,
10
-} from '@umbraco-ui/uui-base';
+import { UUIInterfaceColor, UUIInterfaceLook } from '@umbraco-ui/uui-base';
+import { LabelMixin } from '@umbraco-ui/uui-base/lib/mixins';
11
import { UUITextCopyEvent } from './UUITextCopyEvent';
12
13
/**
0 commit comments