Skip to content

Commit

Permalink
🔤 Organize requires
Browse files Browse the repository at this point in the history
  • Loading branch information
gasi committed Mar 2, 2018
1 parent 2f144d2 commit 9c95261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ const {

const packageJson = require('./package.json');

const autoUpdate = require('./app/auto_update');
const createTrayIcon = require('./app/tray_icon');
const createTemplate = require('./app/menu.js');
const logging = require('./app/logging');
const autoUpdate = require('./app/auto_update');
const windowState = require('./app/window_state');

const appUserModelId = `org.whispersystems.${packageJson.name}`;
Expand Down

0 comments on commit 9c95261

Please sign in to comment.