X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/fbec771115f1872bdadc0572a5c5059be68f1aca..f4bc382beb99c86c71462c3cd7329ef1b5fda617:/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,