From b0f6c44f36f3173f5d232d1adb02fc09dfdcc003 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 19 Sep 2023 16:37:43 +0900 Subject: refactor(frontend): use ESM --- packages/frontend/src/scripts/sound.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/frontend/src/scripts/sound.ts') 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: { -- cgit v1.2.3-freya