user-admin-panel-init
[arvados-workbench2.git] / src / store / trash-panel / trash-panel-action.ts
index 6be93228be73d438d5b2c8c0f00dd0ba5c46c1ec..e17d9faea5d0e35febddca034fd39b8d950e3afa 100644 (file)
@@ -2,8 +2,7 @@
 //
 // SPDX-License-Identifier: AGPL-3.0
 
-import { bindDataExplorerActions } from "../data-explorer/data-explorer-action";
-import { favoritePanelActions } from "~/store/favorite-panel/favorite-panel-action";
+import { bindDataExplorerActions } from "~/store/data-explorer/data-explorer-action";
 
 export const TRASH_PANEL_ID = "trashPanel";
 export const trashPanelActions = bindDataExplorerActions(TRASH_PANEL_ID);