unused vars cleanup (#1608)

This commit is contained in:
Kurt Hutten
2024-03-02 20:30:24 +11:00
committed by GitHub
parent 18d200e790
commit ed4e3df3b2
3 changed files with 1 additions and 9 deletions

View File

@ -19,7 +19,7 @@ import {
Object3D,
Object3DEventMap,
} from 'three'
import { Coords2d, compareVec2Epsilon2 } from 'lang/std/sketch'
import { compareVec2Epsilon2 } from 'lang/std/sketch'
import { useModelingContext } from 'hooks/useModelingContext'
import * as TWEEN from '@tweenjs/tween.js'
import { SourceRange } from 'lang/wasm'