Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jicheng Lu committed Aug 2, 2024
1 parent 3677c33 commit 1634550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/common/audio-player/AudioSpeaker.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script>
import { initSpeech, speechInstances, stopAll } from "$lib/common/audio-player/store";
import { initSpeech, stopAll } from "$lib/common/audio-player/store";
import { onMount } from "svelte";
/** @type {string} */
Expand Down

0 comments on commit 1634550

Please sign in to comment.