1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
5 import { bindDataExplorerActions } from "store/data-explorer/data-explorer-action";
7 const PROJECT_PANEL_ID = "projectPanel";
9 export const projectPanelActions = bindDataExplorerActions(PROJECT_PANEL_ID);