diff --git a/modules/components/src/index.ts b/modules/components/src/index.ts index fca77e1e2..725db73ec 100644 --- a/modules/components/src/index.ts +++ b/modules/components/src/index.ts @@ -1,4 +1,4 @@ -export { Aggregations, AggregationsListDisplay, AggregationsList, AggsWrapper } from './aggregations/index.js'; +export { Aggregations, AggregationsListDisplay, AggregationsList } from './aggregations/index.js'; export * from './Arranger/index.js'; export { DataContext as ArrangerDataContext,