mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 02:31:45 +00:00
5 lines
123 B
TypeScript
5 lines
123 B
TypeScript
export default () => {
|
|
const path = '@cliqz/adblocker-electron-preload'; // prevent require hoisting
|
|
require(path);
|
|
};
|