diff --git a/components/Dialog/index.tsx b/components/Dialog/index.tsx index 54a0be03..8f544fa8 100644 --- a/components/Dialog/index.tsx +++ b/components/Dialog/index.tsx @@ -3,6 +3,7 @@ import * as DialogPrimitive from '@radix-ui/react-dialog' import classNames from 'classnames' import './index.scss' +import Overlay from '~components/Overlay' interface Props extends React.DetailedHTMLProps< @@ -24,7 +25,6 @@ export const DialogContent = React.forwardRef( return ( - ( > {children} + ) }