X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/c16bd80e93d4f5613f4c0a8ef973502932c62486..d8a3b5fdd6f606800e9b321acb3fca10c5183cb9:/src/views-components/context-menu/action-sets/favorite-action-set.ts diff --git a/src/views-components/context-menu/action-sets/favorite-action-set.ts b/src/views-components/context-menu/action-sets/favorite-action-set.ts index 72c72fa9..7942937f 100644 --- a/src/views-components/context-menu/action-sets/favorite-action-set.ts +++ b/src/views-components/context-menu/action-sets/favorite-action-set.ts @@ -4,8 +4,8 @@ import { ContextMenuActionSet } from "../context-menu-action-set"; import { ToggleFavoriteAction } from "../actions/favorite-action"; -import { toggleFavorite } from "../../../store/favorites/favorites-actions"; -import { favoritePanelActions } from "../../../store/favorite-panel/favorite-panel-action"; +import { toggleFavorite } from "~/store/favorites/favorites-actions"; +import { favoritePanelActions } from "~/store/favorite-panel/favorite-panel-action"; export const favoriteActionSet: ContextMenuActionSet = [[{ component: ToggleFavoriteAction,