X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/e5551bf01ddaff04ca0494013b7bab1a0978f7d1..952bcc8f3ef686a2463931bc3f88457398163df7:/src/views/link-account-panel/link-account-panel.tsx diff --git a/src/views/link-account-panel/link-account-panel.tsx b/src/views/link-account-panel/link-account-panel.tsx index 60166cda..65a82170 100644 --- a/src/views/link-account-panel/link-account-panel.tsx +++ b/src/views/link-account-panel/link-account-panel.tsx @@ -2,16 +2,16 @@ // // SPDX-License-Identifier: AGPL-3.0 -import { RootState } from '~/store/store'; +import { RootState } from 'store/store'; import { Dispatch } from 'redux'; import { connect } from 'react-redux'; -import { startLinking, cancelLinking, linkAccount, linkAccountPanelActions } from '~/store/link-account-panel/link-account-panel-actions'; -import { LinkAccountType } from '~/models/link-account'; +import { startLinking, linkAccount, linkAccountPanelActions, cancelLinking } from 'store/link-account-panel/link-account-panel-actions'; +import { LinkAccountType } from 'models/link-account'; import { LinkAccountPanelRoot, LinkAccountPanelRootDataProps, LinkAccountPanelRootActionProps -} from '~/views/link-account-panel/link-account-panel-root'; +} from 'views/link-account-panel/link-account-panel-root'; const mapStateToProps = (state: RootState): LinkAccountPanelRootDataProps => { return {