summaryrefslogtreecommitdiff
path: root/packages/frontend/src/ui/deck/tl-note-notification.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/ui/deck/tl-note-notification.ts')
-rw-r--r--packages/frontend/src/ui/deck/tl-note-notification.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/ui/deck/tl-note-notification.ts b/packages/frontend/src/ui/deck/tl-note-notification.ts
index 277ebb0511..728c0d0d29 100644
--- a/packages/frontend/src/ui/deck/tl-note-notification.ts
+++ b/packages/frontend/src/ui/deck/tl-note-notification.ts
@@ -5,9 +5,9 @@
import * as Misskey from 'misskey-js';
import type { Ref } from 'vue';
-import type { SoundType } from '@/scripts/sound.js';
+import type { SoundType } from '@/utility/sound.js';
import type { SoundStore } from '@/preferences/def.js';
-import { getSoundDuration, playMisskeySfxFile, soundsTypes } from '@/scripts/sound.js';
+import { getSoundDuration, playMisskeySfxFile, soundsTypes } from '@/utility/sound.js';
import { i18n } from '@/i18n.js';
import * as os from '@/os.js';