Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
fix: remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobii-arks committed Apr 11, 2023
1 parent 1792d72 commit 43f88e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/preload/api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ipcRenderer, shell } from 'electron';
import { ipcRenderer } from 'electron';
import { CHANNELS } from '../lib/types';
import { SetItAlwaysOnTopResponse } from '../main/ipcHandlers';

Expand Down

0 comments on commit 43f88e7

Please sign in to comment.