1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 12:22:03 +08:00
trois/src/components/index.js
Kevin Levron b3e58ff379 wip
2021-02-28 01:10:24 +01:00

10 lines
440 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 Slider2 } from './sliders/Slider2.vue';
export { default as GLTFViewer } from './viewers/GLTFViewer.vue';