X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c0afd448c39a41d229612afe47643aed7a2cf5dd..ce19ce10f479c168f72003495696fdd0f01ecc52:/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 72c72fa9cb..7942937fb3 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,