Skip to content

Commit 8c59c3e

Browse files
committed
Change import path for UUIEvent to direct import to fix circular dependency
1 parent 70c5e56 commit 8c59c3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-base/lib/events/UUISelectableEvent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { UUIEvent } from '../events';
21
import { SelectableMixinInterface } from '../mixins';
2+
import { UUIEvent } from './UUIEvent';
33

44
export class UUISelectableEvent extends UUIEvent<{}, SelectableMixinInterface> {
55
public static readonly SELECTED = 'selected';

0 commit comments

Comments
 (0)