mirror of
https://github.com/veops/cmdb.git
synced 2025-10-11 17:59:18 +08:00
12 lines
247 B
Python
12 lines
247 B
Python
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
|
|
}
|