🔤 Organize `require`s

This commit is contained in:
Daniel Gasienica 2018-02-27 11:22:46 -05:00
parent 2f144d24d9
commit 9c95261952
1 changed files with 1 additions and 1 deletions

View File

@ -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}`;