Add navigating example to demo

This commit is contained in:
Ollie Taylor
2023-02-23 12:09:08 +00:00
parent 69346b6c19
commit 3e7ab99121
3 changed files with 38 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
<script lang="ts">
import { AudioManager } from '$lib/components/audio';
</script>
<AudioManager />
<slot />