fix: hotfix '@/types'

This commit is contained in:
2025-04-16 21:54:51 +00:00
parent d0ce3cddc7
commit 43f885cffc

View File

@ -3,7 +3,7 @@ import InputNumber from 'primevue/inputnumber';
import ToggleSwitch from 'primevue/toggleswitch';
import OptionRow from './OptionRow.vue';
import { usePrfStore } from '../stores';
import { Patch } from '@/types';
import { Patch } from '../types';
const prf = usePrfStore();