add react版前端
This commit is contained in:
31
web-react/src/components/index.js
Normal file
31
web-react/src/components/index.js
Normal file
@@ -0,0 +1,31 @@
|
||||
import AntIcon from './ant-icon'
|
||||
import AuthorityView from './authority-view'
|
||||
import Auth from './authorized'
|
||||
import ComponentDynamic from './component-dynamic'
|
||||
import Container from './container'
|
||||
import IconSelector from './icon-selector'
|
||||
import Image from './image'
|
||||
import ModalForm from './modal-form'
|
||||
import PhotoSwipe from './photo-swipe'
|
||||
import QueryList from './query-list'
|
||||
import QueryTable from './query-table'
|
||||
import QueryTableActions from './query-table-actions'
|
||||
import QueryTreeLayout from './query-tree-layout'
|
||||
|
||||
const components = {
|
||||
AntIcon,
|
||||
AuthorityView,
|
||||
Auth,
|
||||
ComponentDynamic,
|
||||
Container,
|
||||
IconSelector,
|
||||
Image,
|
||||
ModalForm,
|
||||
PhotoSwipe,
|
||||
QueryList,
|
||||
QueryTable,
|
||||
QueryTableActions,
|
||||
QueryTreeLayout
|
||||
}
|
||||
|
||||
export default components
|
||||
Reference in New Issue
Block a user