Files
enfrancais-app/src/components/nodes/index.js
T
2021-06-10 13:21:26 +02:00

7 lines
370 B
JavaScript

export { default as NodeViewChildList } from './NodeViewChildList'
export { default as NodeViewHeaderRef } from './NodeViewHeaderRef'
export { default as NodeViewHeaderProd } from './NodeViewHeaderProd'
export { default as NodeViewBody } from './NodeViewBody'
export { default as NodeViewFooter } from './NodeViewFooter'
export { default as NodeView } from './NodeView'