Skip to content

Commit 50e18fb

Browse files
committed
fix wrong import
1 parent c75434c commit 50e18fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-textarea/lib/uui-textarea.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { LitElement, html, css } from 'lit';
22
import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
33
import { property, query } from 'lit/decorators.js';
44
import { UUITextareaEvent } from './UUITextareaEvent';
5-
import { FormControlMixin } from 'packages/uui-base/lib/mixins';
5+
import { FormControlMixin } from '@umbraco-ui/uui-base/lib/mixins';
66

77
/**
88
* @element uui-textarea

0 commit comments

Comments
 (0)