Skip to content

Commit

Permalink
refactor: import ui components from the root package
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Nov 11, 2024
1 parent 6cbd380 commit 8bf4ac6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Toolbar/HoverMenuBar/HoverMenuDropdown.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Popper } from '@dhis2-ui/popper'
import { Portal } from '@dhis2-ui/portal'
import { Popper, Portal } from '@dhis2/ui'
import cx from 'classnames'
import PropTypes from 'prop-types'
import React, { useRef } from 'react'
Expand Down

0 comments on commit 8bf4ac6

Please sign in to comment.