Skip to content

Commit

Permalink
Move: Modules in modules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Akamig committed Sep 11, 2024
1 parent 6f3f6db commit b165175
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/main/src/App.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {app} from 'electron';
import './security-restrictions';
import {platform} from 'node:process';
import updater from 'electron-updater';
import type WindowManager from './UI/Window.js';
import type WindowManager from '/@/modules/UI/Window.js';

export default class App {
windowManager: WindowManager;
Expand Down
2 changes: 1 addition & 1 deletion packages/main/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import App from './App.js';
import WindowManager from './UI/Window.js';
import WindowManager from '/@/modules/UI/Window.js';

new App(new WindowManager());
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b165175

Please sign in to comment.