Skip to content

Commit

Permalink
Fix import order error
Browse files Browse the repository at this point in the history
  • Loading branch information
acrosman committed Jul 31, 2023
1 parent 6e45e65 commit 7159db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preferences.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const path = require('path');
const { app, BrowserWindow, Menu } = require('electron'); // eslint-disable-line
const fs = require('fs-extra');
const path = require('path');

const appPath = app.getAppPath();
const settingsPath = path.join(app.getPath('userData'), 'preferences.json');
Expand Down

0 comments on commit 7159db6

Please sign in to comment.