jsketcher/modules/workbenches/examples/index.ts
2021-09-22 01:49:16 +00:00

8 lines
No EOL
139 B
TypeScript

import OCC_BOTTLE from './features/occ-bottle';
export default {
workbenchId: 'examples',
features: [
OCC_BOTTLE,
]
}