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