Skip to content

Commit

Permalink
fix: fix imports after merging alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Aug 18, 2021
1 parent 4d67257 commit 91f6737
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/widgets/src/SharingDialog/AccessSelect.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PropTypes from '@dhis2/prop-types'

import i18n from '@dhis2/d2-i18n'

import { SingleSelect, SingleSelectOption } from '../'
import { SingleSelect, SingleSelectOption } from '@dhis2/ui-core'
import { accessStrings, ACCESS_NONE } from './sharingConstants'
import { accessSelectStyles } from './SharingDialog.styles'

Expand Down
3 changes: 2 additions & 1 deletion packages/widgets/src/SharingDialog/ShareBlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import PropTypes from '@dhis2/prop-types'

import i18n from '@dhis2/d2-i18n'

import { Button, InputField } from '../'
import { Button } from '@dhis2/ui-core'
import { InputField } from '../'
import { AccessSelect } from './AccessSelect'
import { shareBlockStyles } from './SharingDialog.styles'

Expand Down
2 changes: 1 addition & 1 deletion packages/widgets/src/SharingDialog/SharingDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
ModalActions,
ButtonStrip,
Button,
} from '../'
} from '@dhis2/ui-core'
import { SharingList } from './SharingList'
import { ShareBlock } from './ShareBlock'
import {
Expand Down

0 comments on commit 91f6737

Please sign in to comment.