Add typescript paths to top level folders
[arvados-workbench2.git] / src / store / favorite-panel / favorite-panel-action.ts
index 48dd19ccde79ed78d06abac6152b2a7136dcb3d6..aa1ec8d03041668f4b1d1296685cba13b23f3349 100644 (file)
@@ -3,6 +3,6 @@
 // SPDX-License-Identifier: AGPL-3.0
 
 import { bindDataExplorerActions } from "../data-explorer/data-explorer-action";
-import { FavoritePanelMiddlewareService } from "./favorite-panel-middleware-service";
 
-export const favoritePanelActions = bindDataExplorerActions(FavoritePanelMiddlewareService.getInstance());
+export const FAVORITE_PANEL_ID = "favoritePanel";
+export const favoritePanelActions = bindDataExplorerActions(FAVORITE_PANEL_ID);