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

@ -23,7 +23,7 @@ import { useTooltip } from '@/use/use-tooltip.js';
import * as os from '@/os.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';
const props = withDefaults(defineProps<{
url: string;