Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
pilar6195 committed Jul 17, 2024
1 parent c9deaa3 commit 1c68dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/anilist/setYTDefaultVolume.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import SettingsManager from '@/utils/Settings';
import { $, $$, observe } from '@/utils/Helpers';
import { $$, observe } from '@/utils/Helpers';
import { registerModule, ModuleTags } from '@/utils/ModuleLoader';

let observer: MutationObserver;
Expand Down

0 comments on commit 1c68dcd

Please sign in to comment.