Skip to content

Commit 6ce4a4f

Browse files
committed
Remove unused imports
1 parent 5a3118a commit 6ce4a4f

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
@@ -40,8 +40,6 @@ TODO:
4040
import { shareText } from '$lib/data/share';
4141
import { play, seekToVerse } from '$lib/data/audio';
4242
import { getBook, logShareContent } from '$lib/data/analytics';
43-
import { goto } from '$app/navigation';
44-
import { base } from '$app/paths';
4543
const isAudioPlayable = config?.mainFeatures['text-select-play-audio'];
4644
const isRepeatableAudio = config?.mainFeatures['audio-repeat-selection-button'];
4745
const isTextOnImageEnabled = config?.mainFeatures['text-on-image'];

0 commit comments

Comments
 (0)