X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/80e9a9f467827453339ddf581584762afd1748b0..a6fff3efaf195a82d9d912fa9ab134a9d9e05c48:/src/store/current-token-dialog/current-token-dialog-actions.tsx diff --git a/src/store/current-token-dialog/current-token-dialog-actions.tsx b/src/store/current-token-dialog/current-token-dialog-actions.tsx index 030b18e218..fe8186b7c9 100644 --- a/src/store/current-token-dialog/current-token-dialog-actions.tsx +++ b/src/store/current-token-dialog/current-token-dialog-actions.tsx @@ -3,7 +3,7 @@ // SPDX-License-Identifier: AGPL-3.0 import { dialogActions } from "~/store/dialog/dialog-actions"; -import { getProperty } from '../properties/properties'; +import { getProperty } from '~/store/properties/properties'; import { propertiesActions } from '~/store/properties/properties-actions'; import { RootState } from '~/store/store';