Skip to content

Commit

Permalink
fix: export file formatting toolbar buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
m-risto committed Sep 9, 2024
1 parent 8698685 commit 6feb91f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ export * from './default-selects/block-type-select/default-block-type-select-ite
export * from './default-selects/block-type-select/bna-block-type-select.component';
export * from './default-buttons/create-link/bna-create-link.component';
export * from './default-buttons/color-style/bna-color-style-button.component';
export * from './default-buttons/file-caption-button/bna-file-caption-button.component';
export * from './default-buttons/file-delete-button/bna-file-delete-button.component';
export * from './default-buttons/file-preview-button/bna-file-preview-button.component';
export * from './default-buttons/file-replace-button/bna-file-replace-button.component';
export * from './default-buttons/file-rename-button/bna-file-rename-button.component';
export * from './default-buttons/file-download-button/bna-file-download-button.component';

0 comments on commit 6feb91f

Please sign in to comment.