diff options
Diffstat (limited to 'packages/frontend/src/scripts/sound.ts')
| -rw-r--r-- | packages/frontend/src/scripts/sound.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/scripts/sound.ts b/packages/frontend/src/scripts/sound.ts index 7e64cafcf9..1ef41b47d3 100644 --- a/packages/frontend/src/scripts/sound.ts +++ b/packages/frontend/src/scripts/sound.ts @@ -4,7 +4,7 @@ */ import { markRaw } from 'vue'; -import { Storage } from '@/pizzax'; +import { Storage } from '@/pizzax.js'; export const soundConfigStore = markRaw(new Storage('sound', { mediaVolume: { |