Skip to content

Commit a6ccd44

Browse files
committed
Removes old imports from config
1 parent aae881e commit a6ccd44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/common/config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// import { remote, app as mainApp } from 'electron';
21
import constants from './constants.js';
3-
// const app = remote ? remote.app : mainApp;
42

53
export default {
64
version: app => constants.DEV ? 'DEV' : app.getVersion(),

0 commit comments

Comments
 (0)