Skip to content

Commit

Permalink
fix import file-saver
Browse files Browse the repository at this point in the history
  • Loading branch information
reuwi committed Jul 8, 2019
1 parent b710664 commit a2fe4e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vendor/Export2Excel.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
import saveAs from 'file-saver'
import { saveAs } from 'file-saver'
import XLSX from 'xlsx'

function generateArray(table) {
Expand Down
2 changes: 1 addition & 1 deletion src/vendor/Export2Zip.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable */
import saveAs from 'file-saver'
import { saveAs } from 'file-saver'
import JSZip from 'jszip'

export function export_txt_to_zip(th, jsonData, txtName, zipName) {
Expand Down

0 comments on commit a2fe4e4

Please sign in to comment.