Skip to content

Commit 7066a4b

Browse files
committed
removed useless import
1 parent e982d2c commit 7066a4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/AudioPlayer.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<script lang="ts">
2-
import { browser } from '$app/environment';
32
import PlayPause from './PlayPause.svelte';
43
54
let playing = false;

0 commit comments

Comments
 (0)