X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a48138fa7227595bba0db267a4c37832cba9afa2..4cfc0ca7c782696ffb92337e3be9fbe3ed43a360:/src/store/link-account-panel/link-account-panel-reducer.test.ts diff --git a/src/store/link-account-panel/link-account-panel-reducer.test.ts b/src/store/link-account-panel/link-account-panel-reducer.test.ts index 15a9f18903..b8f402d29c 100644 --- a/src/store/link-account-panel/link-account-panel-reducer.test.ts +++ b/src/store/link-account-panel/link-account-panel-reducer.test.ts @@ -2,8 +2,8 @@ // // SPDX-License-Identifier: AGPL-3.0 -import { linkAccountPanelReducer, LinkAccountPanelError, LinkAccountPanelStatus, OriginatingUser } from "~/store/link-account-panel/link-account-panel-reducer"; -import { linkAccountPanelActions } from "~/store/link-account-panel/link-account-panel-actions"; +import { linkAccountPanelReducer, LinkAccountPanelError, LinkAccountPanelStatus, OriginatingUser } from "store/link-account-panel/link-account-panel-reducer"; +import { linkAccountPanelActions } from "store/link-account-panel/link-account-panel-actions"; describe('link-account-panel-reducer', () => { const initialState = undefined;