fix(editor): Remove withDefaults import warning during dev and build (no-changelog) (#15207)

This commit is contained in:
Alex Grozav
2025-05-08 12:17:51 +03:00
committed by GitHub
parent 8229b0bcc2
commit 019ea8b17f

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import { nextTick, ref, withDefaults } from 'vue';
import { nextTick, ref } from 'vue';
import { useToast } from '@/composables/useToast';
import { onClickOutside } from '@vueuse/core';