mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 17:04:58 +01:00
8 lines
No EOL
139 B
TypeScript
8 lines
No EOL
139 B
TypeScript
import OCC_BOTTLE from './features/occ_bottle';
|
|
|
|
export default {
|
|
workbenchId: 'examples',
|
|
features: [
|
|
OCC_BOTTLE,
|
|
]
|
|
} |