Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mast3Rei committed Aug 8, 2024
1 parent 2138582 commit 3adab3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/components/TextSelectionToolbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ TODO:
import { addHighlights, removeHighlights } from '$lib/data/highlights';
import { shareText } from '$lib/data/share';
import { play, seekToVerse } from '$lib/data/audio';
import { goto } from '$app/navigation';
import { base } from '$app/paths';
const isAudioPlayable = config?.mainFeatures['text-select-play-audio'];
const isRepeatableAudio = config?.mainFeatures['audio-repeat-selection-button'];
const isTextOnImageEnabled = config?.mainFeatures['text-on-image'];
Expand Down

0 comments on commit 3adab3e

Please sign in to comment.