Skip to content

Commit

Permalink
fix: removes initialize re-export (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Hartstonge <[email protected]>
  • Loading branch information
charlesfries and matthewhartstonge authored Oct 23, 2024
1 parent 6d8d3d5 commit 2e6d650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions app/services/csv.js
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
export {
default,
initialize,
} from '@linc-technologies/ember-spreadsheet-export/services/csv';
export { default } from '@linc-technologies/ember-spreadsheet-export/services/csv';
5 changes: 1 addition & 4 deletions app/services/excel.js
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
export {
default,
initialize,
} from '@linc-technologies/ember-spreadsheet-export/services/excel';
export { default } from '@linc-technologies/ember-spreadsheet-export/services/excel';

0 comments on commit 2e6d650

Please sign in to comment.