Skip to content

Commit b76a504

Browse files
fix build error
1 parent 2765916 commit b76a504

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/dev/threejs/lib/api/bitbybit

packages/dev/threejs/lib/api/bitbybit/draw.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as THREEJS from "three";
22
import { DrawCore, Tag } from "@bitbybit-dev/core";
3-
import * as Inputs from "../inputs";
3+
import * as Inputs from "../inputs/inputs";
44
import { Base } from "@bitbybit-dev/core/lib/api/inputs/base-inputs";
55
import { Context } from "../context";
66
import { DrawHelper } from "../draw-helper";

0 commit comments

Comments
 (0)