Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Feb 28, 2024
1 parent c013898 commit 08d207d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/menu.js
@@ -1,4 +1,4 @@
const { app, BrowserWindow, dialog, Menu, screen, shell } = require('electron');
const { BrowserWindow, dialog, Menu, screen, shell } = require('electron');
const prompt = require('electron-prompt');
const path = require('path');
const fs = require('fs');
Expand Down

0 comments on commit 08d207d

Please sign in to comment.