1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00
This commit is contained in:
Kevin Levron 2021-04-22 01:00:06 +02:00
parent d15b90e4b2
commit e5fa85515f

View File

@ -1,9 +0,0 @@
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';