jsketcher/modules/workbenches/examples/index.ts

8 lines
No EOL
139 B
TypeScript

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