import { Meta } from '@storybook/addon-docs';
import Link from '@cloudscape-design/components/link';
import { Prism as SyntaxHighlighter } from 'react-syntax-highlighter';
# Migrating from NorthStar legacy - Textarea
Use Cloudscape Textarea component
## Update Import
```diff
- import Textarea from 'aws-northstar/components/Textarea';
+ import Textarea from '@cloudscape-design/components/textarea';
```
export const Component = () => {
return ;
};