diff options
Diffstat (limited to 'routes/+layout.svelte')
| -rw-r--r-- | routes/+layout.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/+layout.svelte b/routes/+layout.svelte index 695e64d..0cf4c43 100644 --- a/routes/+layout.svelte +++ b/routes/+layout.svelte @@ -1,6 +1,6 @@ <script lang="ts"> import { base } from '$app/paths' - import AudioPlayer from '@hollowdark/lib/components/AudioPlayer.svelte' + import AudioPlayer from '@hollowdark/lib/audio/AudioPlayer.svelte' import { highContrast, reduceMotion } from '@hollowdark/lib/accessibility/state' import { textSize, type TextSize } from '@hollowdark/lib/reading/state' |
