diff --git a/src/App.svelte b/src/App.svelte index 5895184..4652ecd 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -8,8 +8,6 @@ import { onDestroy, onMount } from "svelte"; import type { Unsubscriber } from "svelte/store"; - SharkGame.init(); - let root: HTMLElement; let unsubscribeSettings: Unsubscriber; @@ -40,6 +38,10 @@