Skip to content

Commit

Permalink
🔀 Run turbo run brl to enable the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSinghDev committed Jun 9, 2024
1 parent 57ae012 commit 63bb2b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/heading/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
*/

export * from './checkIn';
export * from './getHeadingList';
export * from './heightToTop';
export * from './isHeading';
export * from './getHeadingList';
1 change: 1 addition & 0 deletions packages/math/src/inline-equation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export * from './types';
export * from './components/index';
export * from './hooks/index';
export * from './transforms/index';
export * from './utils/index';
1 change: 1 addition & 0 deletions packages/plate-utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
* @file Automatically generated by barrelsby.
*/

export * from './useFormInputProps';
export * from './client/index';
export * from './shared/index';
2 changes: 1 addition & 1 deletion packages/plate-utils/src/shared/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

export * from './PlateElement';
export * from './PlateLeaf';
export * from './addSelectedRow';
export * from './createNodeHOC';
export * from './createNodesHOC';
export * from './defaultsDeepToNodes';
Expand All @@ -12,4 +13,3 @@ export * from './moveSelectionByOffset';
export * from './onKeyDownToggleElement';
export * from './onKeyDownToggleMark';
export * from './types/index';
export * from './addSelectedRow'

0 comments on commit 63bb2b5

Please sign in to comment.