perf(ConfirmModal): eliminación de import innecesario

parent 1c80b29d
Showing with 0 additions and 2 deletions
...@@ -19,8 +19,6 @@ ...@@ -19,8 +19,6 @@
</template> </template>
<script setup> <script setup>
import { defineProps, defineEmits } from 'vue';
const props = defineProps({ const props = defineProps({
modalId: { modalId: {
type: String, type: String,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment