Im trying to create a file dialog in my electron app, but it cant seem to require electron.
const {dialog} = require(\'electron\').remote;
Create