mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 10:20:27 +01:00
fix
This commit is contained in:
parent
0aa91e2462
commit
84289303b3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import { hemisphere } from '@@/js/intl-const.js';
|
|||
import lightTheme from '@@/themes/l-light.json5';
|
||||
import darkTheme from '@@/themes/d-green-lime.json5';
|
||||
import type { SoundType } from '@/scripts/sound.js';
|
||||
import type { WatermarkConfig } from './scripts/watermark.js';
|
||||
import type { WatermarkConfig } from '@/scripts/watermark.js';
|
||||
import { DEFAULT_DEVICE_KIND, type DeviceKind } from '@/scripts/device-kind.js';
|
||||
import { miLocalStorage } from '@/local-storage.js';
|
||||
import { Storage } from '@/pizzax.js';
|
||||
|
|
Loading…
Reference in a new issue