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 - Autosuggest
Use Cloudscape Autosuggest component
If the Autosuggest is used in a Form setting, it is recommended to
use NorthStar v2 FormRenderer component
to build the form from JSON schema.
## Update Import
```diff
- import Autosuggest from 'aws-northstar/components/Autosuggest';
+ import Autosuggest from '@cloudscape-design/components/autosuggest'';
```
export const Component = () => {
return ;
};