Explorar el Código

remove the ModelCollectionPrimitive

tags/2.17.0
Caven Chen hace 3 años
padre
commit
f383c0e2e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      modules/overlay/index.js

+ 1
- 1
modules/overlay/index.js Ver fichero

export { default as FlowLinePrimitive } from './primitive/FlowLinePrimitive' export { default as FlowLinePrimitive } from './primitive/FlowLinePrimitive'
export { default as LabelPrimitive } from './primitive/LabelPrimitive' export { default as LabelPrimitive } from './primitive/LabelPrimitive'
export { default as LightCylinderPrimitive } from './primitive/LightCylinderPrimitive' export { default as LightCylinderPrimitive } from './primitive/LightCylinderPrimitive'
export { default as ModelCollectionPrimitive } from './primitive/ModelCollectionPrimitive'
// export { default as ModelCollectionPrimitive } from './primitive/ModelCollectionPrimitive'
export { default as ModelPrimitive } from './primitive/ModelPrimitive' export { default as ModelPrimitive } from './primitive/ModelPrimitive'
export { default as PointPrimitive } from './primitive/PointPrimitive.js' export { default as PointPrimitive } from './primitive/PointPrimitive.js'
export { default as PolylinePrimitive } from './primitive/PolylinePrimitive.js' export { default as PolylinePrimitive } from './primitive/PolylinePrimitive.js'

Cargando…
Cancelar
Guardar