Skip to content

Commit 3adab3e

Browse files
committed
Remove unused imports
1 parent 2138582 commit 3adab3e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/components/TextSelectionToolbar.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ TODO:
3939
import { addHighlights, removeHighlights } from '$lib/data/highlights';
4040
import { shareText } from '$lib/data/share';
4141
import { play, seekToVerse } from '$lib/data/audio';
42-
import { goto } from '$app/navigation';
43-
import { base } from '$app/paths';
4442
const isAudioPlayable = config?.mainFeatures['text-select-play-audio'];
4543
const isRepeatableAudio = config?.mainFeatures['audio-repeat-selection-button'];
4644
const isTextOnImageEnabled = config?.mainFeatures['text-on-image'];

0 commit comments

Comments
 (0)