X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c15afcee286bb8ab694f488e2ccd490b56794e47..25216cc7acedc987c26a159f0b640210c0ef101e:/src/routes/route-change-handlers.ts diff --git a/src/routes/route-change-handlers.ts b/src/routes/route-change-handlers.ts index 8a66e420..6d171e04 100644 --- a/src/routes/route-change-handlers.ts +++ b/src/routes/route-change-handlers.ts @@ -3,14 +3,14 @@ // SPDX-License-Identifier: AGPL-3.0 import { History, Location } from 'history'; -import { RootStore } from '~/store/store'; -import * as Routes from '~/routes/routes'; -import * as WorkbenchActions from '~/store/workbench/workbench-actions'; -import { navigateToRootProject } from '~/store/navigation/navigation-action'; -import { dialogActions } from '~/store/dialog/dialog-actions'; -import { contextMenuActions } from '~/store/context-menu/context-menu-actions'; -import { searchBarActions } from '~/store/search-bar/search-bar-actions'; -import { pluginConfig } from '~/plugins'; +import { RootStore } from 'store/store'; +import * as Routes from 'routes/routes'; +import * as WorkbenchActions from 'store/workbench/workbench-actions'; +import { navigateToRootProject } from 'store/navigation/navigation-action'; +import { dialogActions } from 'store/dialog/dialog-actions'; +import { contextMenuActions } from 'store/context-menu/context-menu-actions'; +import { searchBarActions } from 'store/search-bar/search-bar-actions'; +import { pluginConfig } from 'plugins'; export const addRouteChangeHandlers = (history: History, store: RootStore) => { const handler = handleLocationChange(store);