Skip to content

Commit 9a4ed42

Browse files
committed
FIx problem from test
1 parent 5e6134f commit 9a4ed42

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/uui-text-copy/lib/uui-text-copy.element.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ import { property } from 'lit/decorators.js';
33
import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
44
import { demandCustomElement } from '@umbraco-ui/uui-base/lib/utils';
55
import { UUIButtonElement } from '@umbraco-ui/uui-button/lib';
6-
import {
7-
LabelMixin,
8-
UUIInterfaceColor,
9-
UUIInterfaceLook,
10-
} from '@umbraco-ui/uui-base';
6+
import { UUIInterfaceColor, UUIInterfaceLook } from '@umbraco-ui/uui-base';
7+
import { LabelMixin } from '@umbraco-ui/uui-base/lib/mixins';
118
import { UUITextCopyEvent } from './UUITextCopyEvent';
129

1310
/**

0 commit comments

Comments
 (0)