fix(nc-gui): remove explicit import statement of ant message as this globally imported

This commit is contained in:
Ramesh Mane
2025-04-03 07:57:49 +00:00
parent 4fdbd6df6e
commit f497c8db02
21 changed files with 5 additions and 26 deletions

View File

@@ -1,5 +1,4 @@
<script lang="ts" setup>
import { message } from 'ant-design-vue'
import tinycolor from 'tinycolor2'
import type { Select as AntSelect } from 'ant-design-vue'
import { type LocalSelectOptionType, type SelectInputOptionType, getOptions, getSelectedTitles } from './utils'