add NodeViewFigure component

This commit is contained in:
axolotle
2021-07-06 20:41:01 +02:00
parent 07e23ce830
commit d8131ef963
2 changed files with 74 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
export { default as NodeViewFigure } from './NodeViewFigure'
export { default as NodeViewChildList } from './NodeViewChildList'
export { default as NodeViewChildListGroup } from './NodeViewChildListGroup'
export { default as NodeViewTitle } from './NodeViewTitle'