diff --git a/packages/console/src/components/index.ts b/packages/console/src/components/index.ts index e62525c3c..c14819788 100644 --- a/packages/console/src/components/index.ts +++ b/packages/console/src/components/index.ts @@ -1,5 +1,3 @@ -export * from './common'; - export * from './Navigation'; export * from './App/App'; @@ -20,3 +18,4 @@ export { useWorkflowExecutionData } from './Executions/useWorkflowExecution'; export { useNodeExecutionContext } from './Executions/contextProvider/NodeExecutionDetails'; export { ExecutionDetailsActions } from './Executions/ExecutionDetails/ExecutionDetailsActions'; export { makeNodeExecutionQuery } from './Executions/nodeExecutionQueries'; +export * from './common'; \ No newline at end of file