X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/cf83b358f087a87b5ff095d3ed7a8c6920c60ffe..a4257a0f91ce403f09c01a89e982e5e336a0f033:/src/store/not-found-panel/not-found-panel-action.tsx diff --git a/src/store/not-found-panel/not-found-panel-action.tsx b/src/store/not-found-panel/not-found-panel-action.tsx index 2cb397c0..477bd934 100644 --- a/src/store/not-found-panel/not-found-panel-action.tsx +++ b/src/store/not-found-panel/not-found-panel-action.tsx @@ -3,7 +3,7 @@ // SPDX-License-Identifier: AGPL-3.0 import { Dispatch } from "redux"; -import { dialogActions } from '~/store/dialog/dialog-actions'; +import { dialogActions } from 'store/dialog/dialog-actions'; export const NOT_FOUND_DIALOG_NAME = 'notFoundDialog';