refactor: split clipboard module implementation for browser / renderer (#38429)
This commit is contained in:
parent
a20896f519
commit
470b1d9e9d
7 changed files with 29 additions and 33 deletions
|
@ -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') }
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue