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