Skip to content

Commit

Permalink
fix: export dialog context
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Jan 19, 2025
1 parent 1849b20 commit bb0adfa
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/saas-ui-react/src/components/dialog/dialog.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { forwardRef } from 'react'

import {
Dialog as ChakraDialog,
type DialogContentProps,
Portal,
} from '@chakra-ui/react'
import { Dialog as ChakraDialog, Portal } from '@chakra-ui/react'

import { CloseButton as CloseButtonBase } from '#components/close-button'

Expand Down Expand Up @@ -57,6 +53,7 @@ export const CloseTrigger = ChakraDialog.CloseTrigger
export type RootProps = ChakraDialog.RootProps

export const Root = ChakraDialog.Root
export const Context = ChakraDialog.Context
export const Footer = ChakraDialog.Footer
export const Header = ChakraDialog.Header
export const Body = ChakraDialog.Body
Expand Down

0 comments on commit bb0adfa

Please sign in to comment.