diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index c5d9f9149bd6..5cbb33e978c8 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -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';