refactor(frontend): scripts -> utility
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user