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