Skip to content

Commit 4c4e40b

Browse files
committed
that was silly
1 parent e9f544e commit 4c4e40b

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/components/Dialog

1 file changed

+1
-1
lines changed

packages/components/src/components/Dialog/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ type DialogTypes = React.FC<{
4545
/** Accessible label for dialog content */
4646
label: string;
4747
}> & {
48-
Content: typeof DialogContent;
4948
Button: typeof DialogButton;
5049
IconButton: typeof DialogIconButton;
50+
Content: typeof Content;
5151
};
5252

5353
const Dialog: DialogTypes = ({ label, children }) => {

0 commit comments

Comments
 (0)