refactor(ui,stage-ui): migrate other path naming

This commit is contained in:
Neko Ayaka
2026-03-26 19:21:46 +08:00
parent e1b0040a95
commit 9ee6ce7ab5
5 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,9 +1,9 @@
export * from './checkbox'
export * from './combobox'
export * from './combobox-select'
export * from './field'
export * from './input'
export * from './radio'
export * from './range'
export * from './select'
export * from './select-tab'
export * from './textarea'