diff --git a/src/shapes.ts b/src/shapes.ts index 7a4253d..a4fb7a1 100644 --- a/src/shapes.ts +++ b/src/shapes.ts @@ -23,7 +23,6 @@ import { import { KeyedDictionary, Value, is } from "@syndicate-lang/core"; import * as Shapes from './gen/shapes.js'; -import * as SceneProtocol from './gen/scene.js'; export const activeFloorMeshes: Array = []; export const activeTouchableMeshes: Array = [];