Skip to content

Commit

Permalink
Merge pull request #196 from dmytroshch/staging
Browse files Browse the repository at this point in the history
Resolve lint error
  • Loading branch information
bhoomij authored Aug 24, 2023
2 parents 18a236e + ad4674c commit f8b9fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/ui/Dialog/Dialog.Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import FocusTrap from 'focus-trap-react'
import PropTypes from 'prop-types'
import React, { forwardRef, useMemo, useRef } from 'react'

import { DIALOG_CONTAINER_ID } from './Dialog.constants'
import * as Classes from '../../../common/classes'
import { DIALOG_CONTAINER_ID } from './Dialog.constants'

const Modal = forwardRef(({
state,
Expand Down

0 comments on commit f8b9fed

Please sign in to comment.