X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/66fbf108bc45021a3187bb63f4c0672e4e6ad3c9..36b2ed3407e92cb7788a87eb52badd18eb7b2b18:/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 {