Skip to content

Commit

Permalink
revert removal of filesaver import (#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaysiz authored Feb 6, 2024
1 parent 45e6fba commit 04feb65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/export-basic-metadata.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Component from '@ember/component';
import Papa from 'papaparse';
import FileSaver from 'file-saver';
import currentDate from '../utils/current-date';
import formatCreators from '../utils/format-creators';

Expand Down

0 comments on commit 04feb65

Please sign in to comment.