1
0
mirror of https://github.com/troisjs/trois.git synced 2024-11-24 04:12:02 +08:00

remove components export

This commit is contained in:
Kevin Levron 2021-03-03 21:44:12 +01:00
parent 7960dfd152
commit 92ffc04323

View File

@ -5,6 +5,6 @@ export * from './materials/index.js';
export * from './meshes/index.js';
export * from './effects/index.js';
export * from './components/index.js';
// export * from './components/index.js';
export * from './tools.js';