Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
devcatalin committed Apr 20, 2023
1 parent caf1b16 commit de95d12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion electron/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {init as sentryInit} from '@sentry/electron/main';
import electronStore from '@shared/utils/electronStore';
import '@shared/utils/segment';

import './KubeConfigManager';
import './ipc/ipcListeners';
import {openApplication} from './openApplication';
import './services/git/ipc';
Expand Down

0 comments on commit de95d12

Please sign in to comment.