global player pt. 1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<script lang="ts">
|
||||
import "./layout.css";
|
||||
import favicon from "$lib/assets/favicon.svg";
|
||||
import GlobalPlayer from "$lib/components/GlobalPlayer.svelte";
|
||||
|
||||
let { children } = $props();
|
||||
</script>
|
||||
@@ -9,3 +10,4 @@
|
||||
><link rel="icon" href={favicon} /><title>AMQ Train</title></svelte:head
|
||||
>
|
||||
{@render children()}
|
||||
<GlobalPlayer />
|
||||
|
||||
Reference in New Issue
Block a user