imodeljs / frontend-sample-showcase

MIT License
17 stars 9 forks source link

Removed duplicate import, made Geo Decorator part of common #250

Closed tomdicarlo closed 3 years ago

tomdicarlo commented 3 years ago

Fixed issue with 2d-Transformation-Sample breaking. Was caused by 2dTransformationApp.tsx being imported twice in sampleSpec.

Also deleted each copy of the Geometry Decorator present in the geometry samples, and moved the Geometry Decorator back into the common directory.