1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 20:32:02 +08:00
trois/src/components/index.js
Kevin Levron 6162fd6960 wip
2020-10-01 22:52:59 +02:00

9 lines
380 B
JavaScript

export { default as NoisyImage } from './noisy/NoisyImage.js';
export { default as NoisyPlane } from './noisy/NoisyPlane.js';
export { default as NoisySphere } from './noisy/NoisySphere.js';
export { default as NoisyText } from './noisy/NoisyText.js';
export { default as Slider1 } from './sliders/Slider1.vue';
export { default as GLTFViewer } from './viewers/GLTFViewer.vue';