Add a few type improvements to jscadParams.ts

This commit is contained in:
Kurt Hutten
2021-08-07 15:29:17 +10:00
parent f83d1b395f
commit 2d7df96ad9
6 changed files with 43 additions and 43 deletions

View File

@@ -3,7 +3,7 @@ import type { CadPackage } from 'src/helpers/hooks/useIdeState'
import openscad from './openScadController'
import cadquery from './cadQueryController'
import jscad from './jsCadController'
import jscad from './jsCad/jsCadController'
export const cadPackages: { [key in CadPackage]: DefaultKernelExport } = {
openscad,