instUI5 upgrade: external_apps
refs: CORE-1437 This commit just upgrades these components to use instUI 5 instead of getting them from ui-core in instUI 4. It is mostly just path renaming. Test plan: * verify these components still work as they used to and tests pass Change-Id: I2dcca749877555bbc56b41e8b88fbfbb67d74b61 Reviewed-on: https://gerrit.instructure.com/151779 Reviewed-by: Clay Diffrient <cdiffrient@instructure.com> Tested-by: Jenkins Product-Review: Ryan Shaw <ryan@instructure.com> QA-Review: Ryan Shaw <ryan@instructure.com>
This commit is contained in:
parent
7879c10cff
commit
c7e2bb7148
|
@ -18,7 +18,7 @@
|
|||
|
||||
import React from 'react'
|
||||
import {func, object, string} from 'prop-types'
|
||||
import Button from '@instructure/ui-core/lib/components/Button'
|
||||
import Button from '@instructure/ui-buttons/lib/components/Button'
|
||||
import I18n from 'i18n!external_tools'
|
||||
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ import PropTypes from 'prop-types'
|
|||
import store from '../../external_apps/lib/ExternalAppsStore'
|
||||
import ExternalToolsTableRow from '../../external_apps/components/ExternalToolsTableRow'
|
||||
import InfiniteScroll from '../../external_apps/components/InfiniteScroll'
|
||||
import ScreenReaderContent from '@instructure/ui-core/lib/components/ScreenReaderContent'
|
||||
import ScreenReaderContent from '@instructure/ui-a11y/lib/components/ScreenReaderContent'
|
||||
|
||||
export default React.createClass({
|
||||
displayName: 'ExternalToolsTable',
|
||||
|
|
Loading…
Reference in New Issue