21225: Combine project panel id consts
[arvados.git] / services / workbench2 / src / store / project-panel / project-panel-action-bind.ts
index 31a5f8d6b60677d7dbdef4a07982b074b564f859..a84039571b928ae4017846df33bb033829b6efa6 100644 (file)
@@ -4,6 +4,8 @@
 
 import { bindDataExplorerActions } from "store/data-explorer/data-explorer-action";
 
-const PROJECT_PANEL_ID = "projectPanel";
+// These are split into a separate file to avoid circular imports causing
+// invariant violations with unit tests
 
+export const PROJECT_PANEL_ID = "projectPanel";
 export const projectPanelActions = bindDataExplorerActions(PROJECT_PANEL_ID);