X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/0cb01f7da9fcb4fc3bb49cc5039f6b712466bf74..daa412a179a8d7fec006ae21991a1daaffb9fa3d:/src/views/main-panel/main-panel.tsx diff --git a/src/views/main-panel/main-panel.tsx b/src/views/main-panel/main-panel.tsx index edbf5cc4..2968499d 100644 --- a/src/views/main-panel/main-panel.tsx +++ b/src/views/main-panel/main-panel.tsx @@ -2,14 +2,14 @@ // // SPDX-License-Identifier: AGPL-3.0 -import { RootState } from '~/store/store'; +import { RootState } from 'store/store'; import { connect } from 'react-redux'; import parse from 'parse-duration'; -import { MainPanelRoot, MainPanelRootDataProps } from '~/views/main-panel/main-panel-root'; -import { isSystemWorking } from '~/store/progress-indicator/progress-indicator-reducer'; -import { isWorkbenchLoading } from '~/store/workbench/workbench-actions'; -import { LinkAccountPanelStatus } from '~/store/link-account-panel/link-account-panel-reducer'; -import { matchLinkAccountRoute } from '~/routes/routes'; +import { MainPanelRoot, MainPanelRootDataProps } from 'views/main-panel/main-panel-root'; +import { isSystemWorking } from 'store/progress-indicator/progress-indicator-reducer'; +import { isWorkbenchLoading } from 'store/workbench/workbench-actions'; +import { LinkAccountPanelStatus } from 'store/link-account-panel/link-account-panel-reducer'; +import { matchLinkAccountRoute } from 'routes/routes'; const mapStateToProps = (state: RootState): MainPanelRootDataProps => { return {