refactor: split clipboard module implementation for browser / renderer (#38429)

This commit is contained in:
Milan Burda 2023-05-25 13:36:12 +02:00 committed by GitHub
parent a20896f519
commit 470b1d9e9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 29 additions and 33 deletions

View file

@ -1,6 +1,5 @@
// Common modules, please sort alphabetically
export const commonModuleList: ElectronInternal.ModuleEntry[] = [
{ name: 'clipboard', loader: () => require('./clipboard') },
{ name: 'nativeImage', loader: () => require('./native-image') },
{ name: 'shell', loader: () => require('./shell') }
];