X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/a2eefb6888ba68ffdf6efe49f4f05b388443330d..4fd42aef3c07c9e4c43bf873afe45e0043755ba0:/src/store/token-dialog/token-dialog-actions.tsx diff --git a/src/store/token-dialog/token-dialog-actions.tsx b/src/store/token-dialog/token-dialog-actions.tsx index c6eb0145..6d07fa0a 100644 --- a/src/store/token-dialog/token-dialog-actions.tsx +++ b/src/store/token-dialog/token-dialog-actions.tsx @@ -2,10 +2,10 @@ // // SPDX-License-Identifier: AGPL-3.0 -import { dialogActions } from "~/store/dialog/dialog-actions"; -import { getProperty } from '~/store/properties/properties'; -import { propertiesActions } from '~/store/properties/properties-actions'; -import { RootState } from '~/store/store'; +import { dialogActions } from "store/dialog/dialog-actions"; +import { getProperty } from 'store/properties/properties'; +import { propertiesActions } from 'store/properties/properties-actions'; +import { RootState } from 'store/store'; export const TOKEN_DIALOG_NAME = 'tokenDialog'; const API_HOST_PROPERTY_NAME = 'apiHost';