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 - Wizard
Use Cloudscape Wizard component
## Update Import
```diff
- import Wizard from 'aws-northstar/components/Wizard';
+ import Wizard from '@cloudscape-design/components/wizard'';
```
export const Component = () => {
return ;
};