Merge branch '19051-handle-quotes-in-search' into main
[arvados-workbench2.git] / src / store / snackbar / snackbar-actions.ts
index e11d26d36e967ac3e38ab67defffa6bf7c57d41c..c04371543f34058ca39ee54f091889baf6367675 100644 (file)
@@ -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;