update references from /scripts/ to /utility/

This commit is contained in:
Hazelnoot 2025-03-25 17:32:18 -04:00
parent 949baa9b8b
commit f861bec1a7
30 changed files with 87 additions and 87 deletions

View file

@ -34,7 +34,7 @@ import * as os from '@/os.js';
import { useTooltip } from '@/use/use-tooltip.js';
import { isEnabledUrlPreview } from '@/instance.js';
import type { MkABehavior } from '@/components/global/MkA.vue';
import { warningExternalWebsite } from '@/scripts/warning-external-website.js';
import { warningExternalWebsite } from '@/utility/warning-external-website.js';
function safeURIDecode(str: string): string {
try {