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