X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/6f73d03da9243243e52acedc60c34398fb1ce436..c48d10802d4ae95273f8b98e622e5df200cdc3a7:/src/store/snackbar/snackbar-actions.ts diff --git a/src/store/snackbar/snackbar-actions.ts b/src/store/snackbar/snackbar-actions.ts index e11d26d3..c0437154 100644 --- a/src/store/snackbar/snackbar-actions.ts +++ b/src/store/snackbar/snackbar-actions.ts @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: AGPL-3.0 -import { unionize, ofType, UnionOf } from "~/common/unionize"; +import { unionize, ofType, UnionOf } from "common/unionize"; export interface SnackbarMessage { message: string;