diff --git a/src/components/PatchEntry.vue b/src/components/PatchEntry.vue index 3c9196e..90a173d 100644 --- a/src/components/PatchEntry.vue +++ b/src/components/PatchEntry.vue @@ -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();