Skip to content

Commit

Permalink
refactor: rename filename to align with interface name
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Mar 24, 2021
1 parent a2ebaff commit 8c1a77e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/interfaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export * from './editUndoRedoBuffer.interface';
export * from './elementEventListener.interface';
export * from './elementPosition.interface';
export * from './emptyWarning.interface';
export * from './eventSubscription.interface';
export * from './excelCellFormat.interface';
export * from './excelCopyBufferOption.interface';
export * from './excelExportOption.interface';
Expand Down Expand Up @@ -149,6 +150,5 @@ export * from './slickRowDetailView.interface';
export * from './slickRowMoveManager.interface';
export * from './slickRowSelectionModel.interface';
export * from './sorter.interface';
export * from './subscription.interface';
export * from './textExportOption.interface';
export * from './treeDataOption.interface';

0 comments on commit 8c1a77e

Please sign in to comment.