84d5602457516f91e61c732ad1239d2831c99dd3
[arvados-workbench2.git] / src / store / trash-panel / trash-panel-action.ts
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 import { bindDataExplorerActions } from "../data-explorer/data-explorer-action";
6
7 export const TRASH_PANEL_ID = "trashPanel";
8 export const trashPanelActions = bindDataExplorerActions(TRASH_PANEL_ID);