mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 08:53:25 +01:00
8 lines
No EOL
279 B
TypeScript
8 lines
No EOL
279 B
TypeScript
import {ModelerWorkspace} from "workbenches/modeler";
|
|
import { sheetMetalWorkspace } from "workbenches/sheetMetal";
|
|
import {WorkbenchConfig} from "cad/workbench/workbenchService";
|
|
|
|
|
|
export const WorkbenchRegistry: WorkbenchConfig[] = [
|
|
ModelerWorkspace, sheetMetalWorkspace
|
|
] |