Skip to content

Commit b8906e9

Browse files
author
githubnull
committed
fix: remove unnecessary import of Vue compiler macros in GuidedParamEditor
1 parent e54d900 commit b8906e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontEnd/src/components/GuidedParamEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
</template>
130130

131131
<script setup lang="ts">
132-
import { ref, computed, watch, onMounted, defineProps, defineEmits, defineExpose } from 'vue'
132+
import { ref, computed, watch, onMounted } from 'vue'
133133
import Select from 'primevue/select'
134134
import InputText from 'primevue/inputtext'
135135
import InputNumber from 'primevue/inputnumber'

0 commit comments

Comments
 (0)