global player pt. 1

This commit is contained in:
2026-02-06 01:29:12 -08:00
parent b7f92e2355
commit 6ec6f7c0ed
10 changed files with 1991 additions and 50 deletions

View File

@@ -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 />