mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-16 13:32:37 +01:00
8 lines
No EOL
252 B
TypeScript
8 lines
No EOL
252 B
TypeScript
import {ModelerWorkspace} from "workbenches/modeler";
|
|
import {ExampleWorkspace} from "workbenches/examples";
|
|
import {WorkbenchConfig} from "cad/workbench/workbenchService";
|
|
|
|
|
|
export const WorkbenchRegistry: WorkbenchConfig[] = [
|
|
ModelerWorkspace,
|
|
] |