mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 08:25:19 +01:00
11 lines
No EOL
387 B
TypeScript
11 lines
No EOL
387 B
TypeScript
import {ModelerWorkspace} from "workbenches/modeler";
|
|
import {SheetMetalWorkspace} from "workbenches/sheetMetal";
|
|
// import { RoutingElectricalWorkspace } from "./routingElectrical";
|
|
import {WorkbenchConfig} from "cad/workbench/workbenchService";
|
|
|
|
|
|
export const WorkbenchRegistry: WorkbenchConfig[] = [
|
|
ModelerWorkspace,
|
|
SheetMetalWorkspace,
|
|
//RoutingElectricalWorkspace,
|
|
] |