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 - MarkdownViewer Use NorthStar v2 MarkdownViewer component ## Update Import ```diff - import MarkdownViewer from 'aws-northstar/components/MarkdownViewer'; + import MarkdownViewer from '@aws-northstar/ui/components/MarkdownViewer'; ``` export const Component = () => { return ; };