Fixing Svelte-check errors
This commit is contained in:
parent
085a4d41fd
commit
0afdbf7040
15 changed files with 79 additions and 44 deletions
|
@ -2,7 +2,7 @@
|
|||
import { fly } from 'svelte/transition';
|
||||
import megaphoneImg from "./images/megaphone.svg";
|
||||
import {soundPlayingStore} from "../../Stores/SoundPlayingStore";
|
||||
import {afterUpdate, onMount} from "svelte";
|
||||
import {afterUpdate} from "svelte";
|
||||
|
||||
export let url: string;
|
||||
let audio: HTMLAudioElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue