mirror of
https://github.com/veops/cmdb.git
synced 2025-10-11 01:29:18 +08:00
12 lines
247 B
JavaScript
12 lines
247 B
JavaScript
import MultiTab from '@/components/MultiTab'
|
|
import Result from '@/components/Result'
|
|
import TagSelect from '@/components/TagSelect'
|
|
import ExceptionPage from '@/components/Exception'
|
|
|
|
export {
|
|
MultiTab,
|
|
Result,
|
|
ExceptionPage,
|
|
TagSelect
|
|
}
|