Merge branch '21128-toolbar-context-menu'
[arvados-workbench2.git] / src / store / project-panel / project-panel-action-bind.ts
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 import { bindDataExplorerActions } from "store/data-explorer/data-explorer-action";
6
7 const PROJECT_PANEL_ID = "projectPanel";
8
9 export const projectPanelActions = bindDataExplorerActions(PROJECT_PANEL_ID);