Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Feb 5, 2024
1 parent 5d2eaa6 commit 2229ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export { AllCellRenderers } from "./cells/index.js";
export { sprites } from "./internal/data-grid/sprites.js";
export { default as ImageWindowLoaderImpl } from "./common/image-window-loader.js";
export * from "./data-editor/copy-paste.js";
export { useRowGrouping as usePathMapper } from "./data-editor/row-grouping.js";
export { useRowGrouping } from "./data-editor/row-grouping-api.js";

/**
* @category DataEditor
Expand Down

0 comments on commit 2229ac4

Please sign in to comment.