Skip to content

Commit

Permalink
modules position
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed Aug 16, 2023
1 parent e0ecffe commit e47f0d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions electron/main/notification/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { objType } from '../../../src/util/tools';
import { app, Notification } from 'electron';
import fs from 'fs';
import path from 'path';
import { app, Notification } from 'electron';

import { objType } from '../../../src/util/tools';

const tempFolder = path.join(app.getPath('temp'), './pony-house-matrix');
if (!fs.existsSync(tempFolder)) {
Expand Down

0 comments on commit e47f0d6

Please sign in to comment.