Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
OothecaPickle committed Dec 14, 2024
1 parent 1adfe7b commit 1ecf819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views/Search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
showToast,
} from '../../helpers/utils'
import { getLocalSearchContinuation, getLocalSearchResults } from '../../helpers/api/local'
import { getInvidiousSearchResults, invidiousAPICall } from '../../helpers/api/invidious'
import { getInvidiousSearchResults } from '../../helpers/api/invidious'
import { SEARCH_CHAR_LIMIT } from '../../../constants'

export default defineComponent({
Expand Down

0 comments on commit 1ecf819

Please sign in to comment.