diff --git a/examples/Textarea.scroll.tsx b/examples/Textarea.scroll.tsx index 1119178a08e..6192ab3c95d 100644 --- a/examples/Textarea.scroll.tsx +++ b/examples/Textarea.scroll.tsx @@ -3,7 +3,7 @@ * See LICENSE.md in the project root for license terms and full copyright notice. *--------------------------------------------------------------------------------------------*/ import * as React from 'react'; -import { Textarea } from '@itwin/itwinui-react'; +import { LabeledTextarea } from '@itwin/itwinui-react'; export default () => { const [value, setValue] = React.useState( @@ -11,7 +11,8 @@ export default () => { ); return ( -