Skip to content

Commit

Permalink
- Remove unused import
Browse files Browse the repository at this point in the history
Probably auto added by IDE...
  • Loading branch information
PikachuEXE committed Aug 1, 2022
1 parent e4c5180 commit f22b67a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/components/top-nav/top-nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import $ from 'jquery'
import debounce from 'lodash.debounce'
import ytSuggest from 'youtube-suggest'

import { ipcRenderer } from 'electron'
import { IpcChannels } from '../../../constants'

export default Vue.extend({
Expand Down

0 comments on commit f22b67a

Please sign in to comment.