From 43f885cffc70e8c114b3c9b690d39861d4dd862c Mon Sep 17 00:00:00 2001 From: akanyan Date: Wed, 16 Apr 2025 21:54:51 +0000 Subject: [PATCH] fix: hotfix '@/types' --- src/components/PatchEntry.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();