Get rid of electron.remote
This commit is contained in:
parent
246583d274
commit
76d8b5e375
16 changed files with 563 additions and 591 deletions
|
@ -17,7 +17,7 @@ const {
|
|||
sample,
|
||||
} = require('lodash');
|
||||
|
||||
const Attachments = require('../../app/attachments');
|
||||
const Attachments = require('../../ts/windows/attachments');
|
||||
const Message = require('./types/message');
|
||||
const { sleep } = require('../../ts/util/sleep');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue