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 5a3118a commit 6ce4a4f
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 @@ -40,8 +40,6 @@ TODO:
import { shareText } from '$lib/data/share';
import { play, seekToVerse } from '$lib/data/audio';
import { getBook, logShareContent } from '$lib/data/analytics';
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 6ce4a4f

Please sign in to comment.