Skip to content

Commit

Permalink
fix: Fixed export problem in production
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkoelle committed Oct 30, 2020
1 parent 367a942 commit d9444c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/utils/FileAccess.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { OpenDialogReturnValue, remote } from 'electron';
import fs from 'fs';
import * as Path from 'path';
import deepEqual from 'deep-equal';
import 'setimmediate';
import archiver from 'archiver';
import Status from '../model/Status';

Expand Down

0 comments on commit d9444c0

Please sign in to comment.