Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
RichDom2185 committed May 29, 2023
1 parent 6cf1a24 commit 120e6b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bundles/csg/functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

/* [Imports] */
import { primitives } from '@jscad/modeling';
import { colorize as _colorize } from '@jscad/modeling/src/colors';
import {
measureBoundingBox,
type BoundingBox,
Expand Down

0 comments on commit 120e6b0

Please sign in to comment.